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 | ?潟繹 | 0011111110001010100000111110001110001000 | 3f8a83e388 |
EUC-JP | ?潟繹 | 0011111110110011111000111110010111101000 | 3fb3e3e5e8 |
UTF-8 | 巢潟繹 | 111001011011011110100010111001101011110110011111111001111011100110111001 | e5b7a2e6bd9fe7b9b9 |
UHC | 巢潟繹 | 111000011011010111100000101100111110011010111010 | e1b5e0b3e6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)