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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驛、蟶晉濫鬩 | 1110100110000011101001001110010110111000100111011110011110010111100101001110100110101001 | e983a4e5b89de79794e9a9 |
EUC-JP | 驛、蟶晉濫鬩 | 111100011110001110001110101001001110101010111010110110101110100111001101111101001111001010101011 | f1e38ea4eabadae9cdf4f2ab |
UTF-8 | 驛、蟶晉濫鬩 | 111010011010100110011011111011111011110110100100111010001001111110110110111001101001100110001001111001101011111110101011111010011010110010101001 | e9a99befbda4e89fb6e69989e6bfabe9aca9 |
UHC | 驛??晉濫? | 111001101011111000111111001111111111001011001011110101011011110100111111 | e6be3f3ff2cbd5bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)