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 | ?{?????? | 0011111101111011001111110011111100111111001111110011111100111111 | 3f7b3f3f3f3f3f3f |
SJIS-WIN | ?{?????? | 0011111101111011001111110011111100111111001111110011111100111111 | 3f7b3f3f3f3f3f3f |
EUC-JP | ?{?????? | 0011111101111011001111110011111100111111001111110011111100111111 | 3f7b3f3f3f3f3f3f |
UTF-8 | 챕{챔챠혲청챕혵 | 11101100101100011001010101111011111011001011000110010100111011001011000110100000111011011001100010110010111011001011001010101101111011001011000110010101111011011001100010110101 | ecb1957becb194ecb1a0ed98b2ecb2adecb195ed98b5 |
UHC | 챕{챔챠혲청챕혵 | 110000111010100101111011110000111010100011000011101011011100001010011001110000111011101111000011101010011100001010011100 | c3a97bc3a8c3adc299c3bbc3a9c29c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)