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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 繹晳?粟 | 11100011100010001111101011011001001111111000100010111110 | e388fad93f88be |
EUC-JP | 繹晳?粟 | 1110010111101000100011111100001011000100001111111011000011000000 | e5e88fc2c43fb0c0 |
UTF-8 | 繹晳黎粟 | 111001111011100110111001111001101001100110110011111011111010011010001001111001111011001010011111 | e7b9b9e699b3efa689e7b29f |
UHC | 繹晳黎粟 | 1110011010111010111000001010111111100110101100011110000111011000 | e6bae0afe6b1e1d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)