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?語 | 001111111000001010001001001111111000110011101010 | 3f82893f8cea |
EUC-JP | 饔i?語 | 1000111111101000111011111010001111101001001111111011100011101100 | 8fe8efa3e93fb8ec |
UTF-8 | 饔i냽語 | 111010011010010110010100111011111011110110001001111010111000001110111101111010001010101010011110 | e9a594efbd89eb83bde8aa9e |
UHC | 饔i냽語 | 1110100010111101101000111110100110000110100011011110010111011110 | e8bda3e9868de5de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)