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 | 11100110101100011001110111101100100010011000100101000010 | e6b19dec898942 |
EUC-JP | 豎晧演B | 11101100101100111101101011101110101100011110100101000010 | ecb3daeeb1e942 |
UTF-8 | 豎晧演B | 11101000101100011000111011100110100110011010011111100110101111001001010001000010 | e8b18ee699a7e6bc9442 |
UHC | ?晧演B | 001111111111101111000101111001101101000101000010 | 3ffbc5e6d142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)