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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驟旗嚠讌 | 1110100110000101100010101111100010011010100010001110011010100101 | e9858af89a88e6a5 |
EUC-JP | 驟旗嚠讌 | 1111000111100101101101001111101011010011111010001110110010100111 | f1e5b4fad3e8eca7 |
UTF-8 | 驟旗嚠讌 | 111010011010100110011111111001101001011110010111111001011001101010100000111010001010111010001100 | e9a99fe69797e59aa0e8ae8c |
UHC | 驟旗?? | 111101101010111011010000111111010011111100111111 | f6aed0fd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)