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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隲「讌「豼 | 1110100010101011101000101110011010100101101000101110011010111111 | e8aba2e6a5a2e6bf |
EUC-JP | 隲「讌「豼 | 11110000101011011000111010100010111011001010011110001110101000101110110011000001 | f0ad8ea2eca78ea2ecc1 |
UTF-8 | 隲「讌「豼 | 111010011001101010110010111011111011110110100010111010001010111010001100111011111011110110100010111010001011000110111100 | e99ab2efbda2e8ae8cefbda2e8b1bc |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)