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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 짹횑채첸채첸횄 | 111011001010011110111001111011011001101010010001111011001011000110000100111011001011001010111000111011001011000110000100111011001011001010111000111011011001101010000100 | eca7b9ed9a91ecb184ecb2b8ecb184ecb2b8ed9a84 |
UHC | 짹횑채첸채첸횄 | 1100001010110001110000111000110011000011101001001100001110111110110000111010010011000011101111101100001110000011 | c2b1c38cc3a4c3bec3a4c3bec383 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)