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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蓐l▽ | 111001001110101010000010100011001000000110100100 | e4ea828c81a4 |
EUC-JP | 蓐l▽ | 111010001110110010100011111011001010001010100110 | e8eca3eca2a6 |
UTF-8 | 蓐l▽ | 111010001001001110010000111011111011110110001100111000101001011010111101 | e89390efbd8ce296bd |
UHC | ?l▽ | 0011111110100011111011001010000111100100 | 3fa3eca1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)