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 | 章蝎? | 1000111111001101111001011001100100111111 | 8fcde5993f |
EUC-JP | 章蝎? | 1011111011001111111010011111100100111111 | becfe9f93f |
UTF-8 | 章蝎듐 | 111001111010101110100000111010001001110110001110111010111001001110010000 | e7aba0e89d8eeb9390 |
UHC | 章蝎듐 | 111011011111000111001010111010011011010111100011 | edf1cae9b5e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)