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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襭玖校 | 111001100100001010001011111010001000110101011010 | e6428be88d5a |
EUC-JP | 襭玖校 | 111010111010001110110110111010101011100110111011 | eba3b6eab9bb |
UTF-8 | 襭玖校 | 111010001010010110101101111001111000111010010110111001101010000010100001 | e8a5ade78e96e6a0a1 |
UHC | ?玖校 | 0011111111001111101110001100111011101000 | 3fcfb8cee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)