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 | 鬯「讌「豼 | 1110100110101100101000101110011010100101101000101110011010111111 | e9aca2e6a5a2e6bf |
EUC-JP | 鬯「讌「豼 | 11110010101011101000111010100010111011001010011110001110101000101110110011000001 | f2ae8ea2eca78ea2ecc1 |
UTF-8 | 鬯「讌「豼 | 111010011010110010101111111011111011110110100010111010001010111010001100111011111011110110100010111010001011000110111100 | e9acafefbda2e8ae8cefbda2e8b1bc |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)