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 | ?讎辯 | 0011111111100110101001101110011110000111 | 3fe6a6e787 |
EUC-JP | 訑讎辯 | 10001111110111011100011111101100101010001110110111100111 | 8fddc7eca8ede7 |
UTF-8 | 訑讎辯 | 111010001010100010010001111010001010111010001110111010001011111010101111 | e8a891e8ae8ee8beaf |
UHC | ??辯 | 00111111001111111101110010101010 | 3f3fdcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)