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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 淅林輦淺盧 | 10011111110001101001011111010001111001110111001010011111110001111110000110111000 | 9fc697d1e7729fc7e1b8 |
EUC-JP | 淅林輦淺盧 | 11011110110010001100111011010011111011011101001111011110110010011110001010111010 | dec8ced3edd3dec9e2ba |
UTF-8 | 淅林輦淺盧 | 111001101011011110000101111001101001111010010111111010001011110010100110111001101011011110111010111001111001101110100111 | e6b785e69e97e8bca6e6b7bae79ba7 |
UHC | 淅林輦淺盧 | 11100000101100101101011111111001110101101010011011110100101111001101011011010100 | e0b2d7f9d6a6f4bcd6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)