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 | 髯ャ譖∬汞 | 111010011001100110101100111001101001101110000001111010001001111110000111 | e999ace69b81e89f87 |
EUC-JP | 髯ャ譖∬汞 | 11110001111110011000111010101100111010111111101110100010111010101101110111100111 | f1f98eacebfba2eadde7 |
UTF-8 | 髯ャ譖∬汞 | 111010011010101110101111111011111011110110101100111010001010110110010110111000101000100010101100111001101011000110011110 | e9abafefbdace8ad96e288ace6b19e |
UHC | ???∬汞 | 00111111001111110011111110100001111100111111101111110001 | 3f3f3fa1f3fbf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)