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 | 髯イ蜀カ豢 | 1110100110011001101100101110010110000110101101101110011010110100 | e999b2e586b6e6b4 |
EUC-JP | 髯イ蜀カ豢 | 11110001111110011000111010110010111010011110011010001110101101101110110010110110 | f1f98eb2e9e68eb6ecb6 |
UTF-8 | 髯イ蜀カ豢 | 111010011010101110101111111011111011110110110010111010001001110010000000111011111011110110110110111010001011000110100010 | e9abafefbdb2e89c80efbdb6e8b1a2 |
UHC | ??蜀?? | 001111110011111111110101101110010011111100111111 | 3f3ff5b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)