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 | 檣耕鞏 | 100111101111110010001101011010111110100011011101 | 9efc8d6be8dd |
EUC-JP | 檣耕鞏 | 110111001111111010111001110011001111000011011111 | dcfeb9ccf0df |
UTF-8 | 檣耕鞏 | 111001101010101010100011111010001000000010010101111010011001111010001111 | e6aaa3e88095e99e8f |
UHC | 檣耕鞏 | 111011011110101011001100111010011100110111111001 | edeacce9cdf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)