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 | 疾鹿頌シュ | 10001110101111101000111010101101111010001111000110111100101011011111001011000001 | 8ebe8eade8f1bcadf2c1 |
EUC-JP | 疾鹿頌シュ? | 1011110011000000101111001010111111110000111100111000111010111100100011101010110100111111 | bcc0bcaff0f38ebc8ead3f |
UTF-8 | 疾鹿頌シュ | 111001111001011010111110111010011011100110111111111010011010000010001100111011111011110110111100111011111011110110101101111011101000011110111000 | e796bee9b9bfe9a08cefbdbcefbdadee87b8 |
UHC | 疾鹿頌??? | 111100101111000011010110111000111110000111101011001111110011111100111111 | f2f0d6e3e1eb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)