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 | 眄竭穩 | 111000011011111011100010100100011110001001110010 | e1bee291e272 |
EUC-JP | 眄竭穩 | 111000101100000011100011111100011110001111010011 | e2c0e3f1e3d3 |
UTF-8 | 眄竭穩 | 111001111001110010000100111001111010101110101101111001111010100110101001 | e79c84e7abade7a9a9 |
UHC | 眄竭穩 | 110110001111100011001010111001101110100010110001 | d8f8cae6e8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)