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 | 11100101111010011001011111100111100100001000000101000010 | e5e997e7908142 |
EUC-JP | 裨礼吹B | 11101010111010111100111011101001101111111110000101000010 | eaebcee9bfe142 |
UTF-8 | 裨礼吹B | 11101000101000111010100011100111101001001011110011100101100100001011100101000010 | e8a3a8e7a4bce590b942 |
UHC | 裨?吹B | 110111101010010100111111111101101010001101000010 | dea53ff6a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)