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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 誰捉P | 1001001001001110100100011010100001010000 | 924e91a850 |
EUC-JP | 誰捉P | 1100001110101111110000101010101001010000 | c3afc2aa50 |
UTF-8 | 誰捉P | 11101000101010101011000011100110100011011000100101010000 | e8aab0e68d8950 |
UHC | 誰捉P | 1110001011000001111100111011010101010000 | e2c1f3b550 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)