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 | 螟慚カ | 1110010110100100100111001100111010110110 | e5a49cceb6 |
EUC-JP | 螟慚カ | 111010101010011011011000110100001000111010110110 | eaa6d8d08eb6 |
UTF-8 | 螟慚カ | 111010001001111010011111111001101000010110011010111011111011110110110110 | e89e9fe6859aefbdb6 |
UHC | 螟?? | 11011001101011010011111100111111 | d9ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)