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 | ??U | 001111110011111101010101 | 3f3f55 |
SJIS-WIN | チェU | 110000011010101001010101 | c1aa55 |
EUC-JP | チェU | 1000111011000001100011101010101001010101 | 8ec18eaa55 |
UTF-8 | チェU | 11101111101111101000000111101111101111011010101001010101 | efbe81efbdaa55 |
UHC | ??U | 001111110011111101010101 | 3f3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)