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 | ???l | 00111111001111110011111101101100 | 3f3f3f6c |
SJIS-WIN | 莨域梢l | 11100100101111001000100011100110100011111011110101101100 | e4bc88e68fbd6c |
EUC-JP | 莨域梢l | 11101000101111101011000011101000101111101011111101101100 | e8beb0e8bebf6c |
UTF-8 | 莨域梢l | 11101000100011101010100011100101100111111001111111100110101000101010001001101100 | e88ea8e59f9fe6a2a26c |
UHC | ?域梢l | 001111111110011010110100111101001111111001101100 | 3fe6b4f4fe6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)