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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ?寗??寗?^ | 0011111110001111101110101110000000111111001111111000111110111010111000000011111101011110 | 3f8fbae03f3f8fbae03f5e |
UTF-8 | 뤶寗쩊뤶寗쩊^ | 11101011101001001011011011100101101011111001011111101100101010011000101011101011101001001011011011100101101011111001011111101100101010011000101001011110 | eba4b6e5af97eca98aeba4b6e5af97eca98a5e |
UHC | 뤶寗쩊뤶寗쩊^ | 10001111111001001101001010111100101001010100010010001111111001001101001010111100101001010100010001011110 | 8fe4d2bca5448fe4d2bca5445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)