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 | 裃呵伽 | 111001011101111110011001111010001000100110111110 | e5df99e889be |
EUC-JP | 裃呵伽 | 111010101110000111010010111010101011001011000000 | eae1d2eab2c0 |
UTF-8 | 裃呵伽 | 111010001010001110000011111001011001000110110101111001001011110010111101 | e8a383e591b5e4bcbd |
UHC | ?呵伽 | 0011111111001010101001111100101010100001 | 3fcaa7caa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)