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 | 臣??? | 1001000001100010001111110011111100111111 | 90623f3f3f |
EUC-JP | 臣??侁 | 10111111110000110011111100111111100011111011000011111100 | bfc33f3f8fb0fc |
UTF-8 | 臣귦뢄侁 | 111010001000011110100011111010101011011110100110111010111010001010000100111001001011111010000001 | e887a3eab7a6eba284e4be81 |
UHC | 臣귦뢄侁 | 1110001111101101100000101110110110001110111111101110001111100000 | e3ed82ed8efee3e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)