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 | 胡蝎? | 1000110011010011111001011001100100111111 | 8cd3e5993f |
EUC-JP | 胡蝎? | 1011100011010101111010011111100100111111 | b8d5e9f93f |
UTF-8 | 胡蝎렩 | 111010001000001110100001111010001001110110001110111010111010000010101001 | e883a1e89d8eeba0a9 |
UHC | 胡蝎렩 | 111110111101011111001010111010011000111010110111 | fbd7cae98eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)