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???N | 0011111100111111001111110110011100111111001111110011111101001110 | 3f3f3f673f3f3f4e |
SJIS-WIN | ???g???N | 0011111100111111001111110110011100111111001111110011111101001110 | 3f3f3f673f3f3f4e |
EUC-JP | ???g???N | 0011111100111111001111110110011100111111001111110011111101001110 | 3f3f3f673f3f3f4e |
UTF-8 | 챔쩐쩔g챈짙혳N | 1110110010110001100101001110110010101001100100001110110010101001100101000110011111101100101100011000100011101100101001111001100111101101100110001011001101001110 | ecb194eca990eca99467ecb188eca799ed98b34e |
UHC | 챔쩐쩔g챈짙혳N | 1100001110101000110000101011111011000010101111110110011111000011101001101100001010100011110000101001101001001110 | c3a8c2bec2bf67c3a6c2a3c29a4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)