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 | 鞨菩万 | 111010001110000010010101111011001001011010011100 | e8e095ec969c |
EUC-JP | 鞨菩万 | 111100001110001011001010111011101100101111111100 | f0e2caeecbfc |
UTF-8 | 鞨菩万 | 111010011001111010101000111010001000111110101001111001001011100010000111 | e99ea8e88fa9e4b887 |
UHC | 鞨菩万 | 110010101110101011011100110011001101100010110010 | caeadcccd8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)