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 | 鱸カ昮 | 1110100111100111101101101111101011010010 | e9e7b6fad2 |
EUC-JP | 鱸カ昮 | 11110010111010011000111010110110100011111100001010101011 | f2e98eb68fc2ab |
UTF-8 | 鱸カ昮 | 111010011011000110111000111011111011110110110110111001101001100010101110 | e9b1b8efbdb6e698ae |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)