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 | 鞜俳蓖 | 111010001101111110010100011011111110010011101101 | e8df946fe4ed |
EUC-JP | 鞜俳蓖 | 111100001110000111000111110100001110100011101111 | f0e1c7d0e8ef |
UTF-8 | 鞜俳蓖 | 111010011001111010011100111001001011111110110011111010001001001110010110 | e99e9ce4bfb3e89396 |
UHC | ?俳? | 00111111110110111100010000111111 | 3fdbc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)