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 | ???r | 00111111001111110011111101110010 | 3f3f3f72 |
SJIS-WIN | ?釐∮r | 001111111110011111011000100001111001001101110010 | 3fe7d8879372 |
EUC-JP | ?釐?r | 0011111111101110110110100011111101110010 | 3feeda3f72 |
UTF-8 | 룶釐∮r | 11101011101000111011011011101001100001111001000011100010100010001010111001110010 | eba3b6e98790e288ae72 |
UHC | 룶釐∮r | 10001111101010111101011111101101101000101011000101110010 | 8fabd7eda2b172 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)