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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ワ」鞅 | 110111001010001111101000110101111111000011101000 | dca3e8d7f0e8 |
EUC-JP | ワ」鞅? | 10001110110111001000111010100011111100001101100100111111 | 8edc8ea3f0d93f |
UTF-8 | ワ」鞅 | 111011111011111010011100111011111011110110100011111010011001111010000101111011101000001010100111 | efbe9cefbda3e99e85ee82a7 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)