To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?U????h | 00111111010101010011111100111111001111110011111101101000 | 3f553f3f3f3f68 |
SJIS-WIN | ?U????h | 00111111010101010011111100111111001111110011111101101000 | 3f553f3f3f3f68 |
EUC-JP | ?U????h | 00111111010101010011111100111111001111110011111101101000 | 3f553f3f3f3f68 |
UTF-8 | 청U횂첬쩍첫h | 1110110010110010101011010101010111101101100110101000001011101100101100101010110011101100101010011000110111101100101100101010101101101000 | ecb2ad55ed9a82ecb2aceca98decb2ab68 |
UHC | 청U횂첬쩍첫h | 110000111011101101010101110000111000001011000011101110101100001010111101110000111011100101101000 | c3bb55c382c3bac2bdc3b968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)