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 | 鞐醍「 | 1110100011011110100100011110011110100010 | e8de91e7a2 |
EUC-JP | 鞐醍「 | 111100001110000011000010111010011000111010100010 | f0e0c2e98ea2 |
UTF-8 | 鞐醍「 | 111010011001111010010000111010011000011010001101111011111011110110100010 | e99e90e9868defbda2 |
UHC | ?醍? | 00111111111100001011010100111111 | 3ff0b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)