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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?納咐與? | 0011111110010100010110111001100111110011111001000110111100111111 | 3f945b99f3e46f3f |
EUC-JP | ?納咐與? | 0011111111000111101111001101001011110101111001111101000000111111 | 3fc7bcd2f5e7d03f |
UTF-8 | 룶納咐與쥚 | 111010111010001110110110111001111011010010001101111001011001001010010000111010001000100010000111111011001010010110011010 | eba3b6e7b48de59290e88887eca59a |
UHC | 룶納咐與쥚 | 10001111101010111101001010100001110111001111101111100110101010001010001010001111 | 8fabd2a1dcfbe6a8a28f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)