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 | 11100101111111001001000011100101100101101000010001000010 | e5fc90e5968442 |
EUC-JP | 襞仙埋B | 11101010111111101100000011100111110010111110010001000010 | eafec0e7cbe442 |
UTF-8 | 襞仙埋B | 11101000101001011001111011100100101110111001100111100101100111111000101101000010 | e8a59ee4bb99e59f8b42 |
UHC | ?仙埋B | 001111111110000010111001110110001101100001000010 | 3fe0b9d8d842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)