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 | 疾鹿贊 | 100011101011111010001110101011011110011011010011 | 8ebe8eade6d3 |
EUC-JP | 疾鹿贊 | 101111001100000010111100101011111110110011010101 | bcc0bcafecd5 |
UTF-8 | 疾鹿贊 | 111001111001011010111110111010011011100110111111111010001011010010001010 | e796bee9b9bfe8b48a |
UHC | 疾鹿贊 | 111100101111000011010110111000111111001111000111 | f2f0d6e3f3c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)