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 | 甍瓊獨 | 111000010100111111100000111110011110000011010101 | e14fe0f9e0d5 |
EUC-JP | 甍瓊獨 | 111000011011000011100000111110111110000011010111 | e1b0e0fbe0d7 |
UTF-8 | 甍瓊獨 | 111001111001010010001101111001111001001110001010111001111000110110101000 | e7948de7938ae78da8 |
UHC | ?瓊獨 | 0011111111001100111000011101010010111100 | 3fcce1d4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)