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 | ??vB | 00111111001111110111011001000010 | 3f3f7642 |
SJIS-WIN | 倖?vB | 1000110011110100001111110111011001000010 | 8cf43f7642 |
EUC-JP | 倖?vB | 1011100011110110001111110111011001000010 | b8f63f7642 |
UTF-8 | 倖렒vB | 1110010110000000100101101110101110100000100100100111011001000010 | e58096eba0927642 |
UHC | 倖렒vB | 111110101011100010001110101001110111011001000010 | fab88ea77642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)