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??? | 00111111001111110011111101100111001111110011111100111111 | 3f3f3f673f3f3f |
SJIS-WIN | ???g??? | 00111111001111110011111101100111001111110011111100111111 | 3f3f3f673f3f3f |
EUC-JP | ???g??? | 00111111001111110011111101100111001111110011111100111111 | 3f3f3f673f3f3f |
UTF-8 | 챔쩐쩔g채쩍혛 | 11101100101100011001010011101100101010011001000011101100101010011001010001100111111011001011000110000100111011001010100110001101111011011001100010011011 | ecb194eca990eca99467ecb184eca98ded989b |
UHC | 챔쩐쩔g채쩍혛 | 11000011101010001100001010111110110000101011111101100111110000111010010011000010101111011100001010000110 | c3a8c2bec2bf67c3a4c2bdc286 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)