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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 疂鼇蓮B | 11100001011010011110101010000111100110000100000001000010 | e169ea87984042 |
EUC-JP | 疂鼇蓮B | 11100001110010101111001111100111110011111010000101000010 | e1caf3e7cfa142 |
UTF-8 | 疂鼇蓮B | 11100111100101101000001011101001101111001000011111101000100100111010111001000010 | e79682e9bc87e893ae42 |
UHC | ?鼇蓮B | 001111111110100010101000110101101010010101000010 | 3fe8a8d6a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)