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 | 凹?∀ | 1000100110011010001111111000000111001101 | 899a3f81cd |
EUC-JP | 凹?∀ | 1011000111111010001111111010001011001111 | b1fa3fa2cf |
UTF-8 | 凹싩∀ | 111001011000011110111001111011001000101110101001111000101000100010000000 | e587b9ec8ba9e28880 |
UHC | 凹싩∀ | 111010001110101010011010111001111010001010100011 | e8ea9ae7a2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)