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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 臧??帳 | 111001000110100000111111001111111001001010100000 | e4683f3f92a0 |
EUC-JP | 臧??帳 | 111001111100100100111111001111111100010010100010 | e7c93f3fc4a2 |
UTF-8 | 臧볩풇帳 | 111010001000011110100111111010111011001110101001111011011001001010000111111001011011100010110011 | e887a7ebb3a9ed9287e5b8b3 |
UHC | 臧볩풇帳 | 1110110111110101100100111110111110111110100011111110110111100011 | edf593efbe8fede3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)