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 | 雋牙ク帶抄 | 111010001011001010001001111001011011100010011011111001101000111110110100 | e8b289e5b89be68fb4 |
EUC-JP | 雋牙ク帶抄 | 11110000101101001011001011100111100011101011100011010110111010001011111010110110 | f0b4b2e78eb8d6e8beb6 |
UTF-8 | 雋牙ク帶抄 | 111010011001101110001011111001111000100110011001111011111011110110111000111001011011100010110110111001101000101010000100 | e99b8be78999efbdb8e5b8b6e68a84 |
UHC | 雋牙?帶抄 | 111100011110011011100100101100110011111111010011111000011111010011111100 | f1e6e4b33fd3e1f4fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)