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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 跿洩 | 11100110111100111000100101101011 | e6f3896b |
EUC-JP | 跿洩 | 11101100111101011011000111001100 | ecf5b1cc |
UTF-8 | 跿洩 | 111010001011011110111111111001101011010010101001 | e8b7bfe6b4a9 |
UHC | ?洩 | 001111111110000011011101 | 3fe0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)