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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?i?如 | 001111111000001010001001001111111001010001000000 | 3f82893f9440 |
EUC-JP | 饔i?如 | 1000111111101000111011111010001111101001001111111100011110100001 | 8fe8efa3e93fc7a1 |
UTF-8 | 饔i냽如 | 111010011010010110010100111011111011110110001001111010111000001110111101111001011010011010000010 | e9a594efbd89eb83bde5a682 |
UHC | 饔i냽如 | 1110100010111101101000111110100110000110100011011110010111111101 | e8bda3e9868de5fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)