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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ∽◆B | 1000000111100100100000011001111101000010 | 81e4819f42 |
EUC-JP | ∽◆B | 1010001011100110101000101010000101000010 | a2e6a2a142 |
UTF-8 | ∽◆B | 11100010100010001011110111100010100101111000011001000010 | e288bde2978642 |
UHC | ∽◆B | 1010000111101111101000011101111101000010 | a1efa1df42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)