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 | 綣焔係 | 111000110101101110001001100010111000110001010111 | e35b898b8c57 |
EUC-JP | 綣焔係 | 111001011011110010110001111010111011011110111000 | e5bcb1ebb7b8 |
UTF-8 | 綣焔係 | 111001111011011010100011111001111000010010010100111001001011111110000010 | e7b6a3e78494e4bf82 |
UHC | ??係 | 00111111001111111100110011110101 | 3f3fccf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)