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 | 001111111001111001001101100011101110110001000010 | 3f9e4d8eec42 |
EUC-JP | ?朞珠B | 001111111101101110101110101111001110111001000010 | 3fdbaebcee42 |
UTF-8 | 룵朞珠B | 11101011101000111011010111100110100111001001111011100111100011111010000001000010 | eba3b5e69c9ee78fa042 |
UHC | 룵朞珠B | 10001111101010101101000110100001111100011100000101000010 | 8faad1a1f1c142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)