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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驍牙ク晉濫 | 111010011000001010001001111001011011100010011101111001111001011110010100 | e98289e5b89de79794 |
EUC-JP | 驍牙ク晉濫 | 11110001111000101011001011100111100011101011100011011010111010011100110111110100 | f1e2b2e78eb8dae9cdf4 |
UTF-8 | 驍牙ク晉濫 | 111010011010100110001101111001111000100110011001111011111011110110111000111001101001100110001001111001101011111110101011 | e9a98de78999efbdb8e69989e6bfab |
UHC | 驍牙?晉濫 | 111111011010010011100100101100110011111111110010110010111101010110111101 | fda4e4b33ff2cbd5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)