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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 청짙째청짱쨔 | 111011001011001010101101111011001010011110011001111011001010011110111000111011001011001010101101111011001010011110110001111011001010100010010100 | ecb2adeca799eca7b8ecb2adeca7b1eca894 |
UHC | 청짙째청짱쨔 | 110000111011101111000010101000111100001010110000110000111011101111000010101011111100001010111001 | c3bbc2a3c2b0c3bbc2afc2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)