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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 檍??檍??^ | 100111101111100000111111001111111001111011111000001111110011111101011110 | 9ef83f3f9ef83f3f5e |
EUC-JP | 檍??檍??^ | 110111001111101000111111001111111101110011111010001111110011111101011110 | dcfa3f3fdcfa3f3f5e |
UTF-8 | 檍덆퍢檍덆퍢^ | 11100110101010101000110111101011100011011000011011101101100011011010001011100110101010101000110111101011100011011000011011101101100011011010001001011110 | e6aa8deb8d86ed8da2e6aa8deb8d86ed8da25e |
UHC | 檍덆퍢檍덆퍢^ | 11100101111001011000100011101001101110111001100111100101111001011000100011101001101110111001100101011110 | e5e588e9bb99e5e588e9bb995e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)