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 | ワロ莇聽 | 110111001101101111100100101101001110001111100011 | dcdbe4b4e3e3 |
EUC-JP | ワロ莇聽 | 1000111011011100100011101101101111101000101101101110011011100101 | 8edc8edbe8b6e6e5 |
UTF-8 | ワロ莇聽 | 111011111011111010011100111011111011111010011011111010001000111010000111111010001000000110111101 | efbe9cefbe9be88e87e881bd |
UHC | ???聽 | 0011111100111111001111111111010011101001 | 3f3f3ff4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)