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 | 獰???瘟 | 11100000110101100011111100111111001111111110000110001001 | e0d63f3f3fe189 |
EUC-JP | 獰???瘟 | 11100000110110000011111100111111001111111110000111101001 | e0d83f3f3fe1e9 |
UTF-8 | 獰뗏곤펿瘟 | 111001111000110110110000111010111001011110001111111010101011001110100100111011011000111010111111111001111001100010011111 | e78db0eb978feab3a4ed8ebfe7989f |
UHC | 獰뗏곤펿瘟 | 11100111101111101011011011000010101100001110111110111100100011101110100010110000 | e7beb6c2b0efbc8ee8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)