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 | 誌?窩 | 1000111010001111001111111110001001111100 | 8e8f3fe27c |
EUC-JP | 誌?窩 | 1011101111101111001111111110001111011101 | bbef3fe3dd |
UTF-8 | 誌렔窩 | 111010001010101010001100111010111010000010010100111001111010101010101001 | e8aa8ceba094e7aaa9 |
UHC | 誌렔窩 | 111100101011110010001110101010011110100011000000 | f2bc8ea9e8c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)