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 | ???g?? | 001111110011111100111111011001110011111100111111 | 3f3f3f673f3f |
SJIS-WIN | ???g?? | 001111110011111100111111011001110011111100111111 | 3f3f3f673f3f |
EUC-JP | ???g?? | 001111110011111100111111011001110011111100111111 | 3f3f3f673f3f |
UTF-8 | 챔쩐쩔g채쩍 | 11101100101100011001010011101100101010011001000011101100101010011001010001100111111011001011000110000100111011001010100110001101 | ecb194eca990eca99467ecb184eca98d |
UHC | 챔쩐쩔g채쩍 | 1100001110101000110000101011111011000010101111110110011111000011101001001100001010111101 | c3a8c2bec2bf67c3a4c2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)