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 | 천첵청횩짝짰 | 111011001011001010011100111011001011001010110101111011001011001010101101111011011001101010101001111011001010011110011101111011001010011110110000 | ecb29cecb2b5ecb2aded9aa9eca79deca7b0 |
UHC | 천첵청횩짝짰 | 110000111011010111000011101111011100001110111011110000111001111111000010101001101100001010101110 | c3b5c3bdc3bbc39fc2a6c2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)