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 | 蜆戊≡ | 111001011000010010010101111010001000000111011111 | e58495e881df |
EUC-JP | 蜆戊≡ | 111010011110010011001010111010101010001011100001 | e9e4caeaa2e1 |
UTF-8 | 蜆戊≡ | 111010001001110010000110111001101000100010001010111000101000100110100001 | e89c86e6888ae289a1 |
UHC | ?戊≡ | 0011111111011001111001101010000111010101 | 3fd9e6a1d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)