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 | ?????C?? | 0011111100111111001111110011111100111111010000110011111100111111 | 3f3f3f3f3f433f3f |
SJIS-WIN | ?????C?? | 0011111100111111001111110011111100111111010000110011111100111111 | 3f3f3f3f3f433f3f |
EUC-JP | ?????C?? | 0011111100111111001111110011111100111111010000110011111100111111 | 3f3f3f3f3f433f3f |
UTF-8 | 천쩍횙짰체C횦횥 | 11101100101100101001110011101100101010011000110111101101100110101001100111101100101001111011000011101100101100101011010001000011111011011001101010100110111011011001101010100101 | ecb29ceca98ded9a99eca7b0ecb2b443ed9aa6ed9aa5 |
UHC | 천쩍횙짰체C횦횥 | 110000111011010111000010101111011100001110010011110000101010111011000011101111000100001111000011100111011100001110011100 | c3b5c2bdc393c2aec3bc43c39dc39c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)