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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 痺碆泯 | 111000011000001111100001111011001001111110100001 | e183e1ec9fa1 |
EUC-JP | 痺碆泯 | 111000011110001111100010111011101101111010100011 | e1e3e2eedea3 |
UTF-8 | 痺碆泯 | 111001111001011110111010111001111010001010000110111001101011001110101111 | e797bae7a286e6b3af |
UHC | 痺?泯 | 1101110111110110001111111101101011000110 | ddf63fdac6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)