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 | ??SB | 00111111001111110101001101000010 | 3f3f5342 |
SJIS-WIN | 尊端SB | 100100011011100010010010010110110101001101000010 | 91b8925b5342 |
EUC-JP | 尊端SB | 110000101011101011000011101111000101001101000010 | c2bac3bc5342 |
UTF-8 | 尊端SB | 1110010110110000100010101110011110101011101011110101001101000010 | e5b08ae7abaf5342 |
UHC | 尊端SB | 111100001110111011010011101011100101001101000010 | f0eed3ae5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)