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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 瓦ゆ?獄?? | 100010101010001010000010111001000011111110001101100101100011111100111111 | 8aa282e43f8d963f3f |
EUC-JP | 瓦ゆ?獄?? | 101101001010010010100100111001100011111110111001111101100011111100111111 | b4a4a4e63fb9f63f3f |
UTF-8 | 瓦ゆ솄獄뗨였 | 111001111001001110100110111000111000001010000110111011001000011010000100111001111000110110000100111010111001011110101000111011001001100010000000 | e793a6e38286ec8684e78d84eb97a8ec9880 |
UHC | 瓦ゆ솄獄뗨였 | 111010001011111110101010111001101001100110001001111010001010101110001011111010001011111110110100 | e8bfaae69989e8ab8be8bfb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)