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 | 湲?蹄J | 10011111110100010011111110010010111110111000001001101001 | 9fd13f92fb8269 |
EUC-JP | 湲?蹄J | 11011110110100110011111111000100111111011010001111001010 | ded33fc4fda3ca |
UTF-8 | 湲렣蹄J | 111001101011100110110010111010111010000010100011111010001011100110000100111011111011110010101010 | e6b9b2eba0a3e8b984efbcaa |
UHC | 湲렣蹄J | 1110101010111000100011101011010011110000101101001010001111001010 | eab88eb4f0b4a3ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)