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 | 瓦遯? | 1000101010100010111001111010101000111111 | 8aa2e7aa3f |
EUC-JP | 瓦遯? | 1011010010100100111011101010110000111111 | b4a4eeac3f |
UTF-8 | 瓦遯퇴 | 111001111001001110100110111010011000000110101111111011011000011110110100 | e793a6e981afed87b4 |
UHC | 瓦遯퇴 | 111010001011111111010100111011101100010111110000 | e8bfd4eec5f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)