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 | 疾鹿蓴シュ | 10001110101111101000111010101101111001001111000110111100101011011111010010100101 | 8ebe8eade4f1bcadf4a5 |
EUC-JP | 疾鹿蓴シュ? | 1011110011000000101111001010111111101000111100111000111010111100100011101010110100111111 | bcc0bcafe8f38ebc8ead3f |
UTF-8 | 疾鹿蓴シュ | 111001111001011010111110111010011011100110111111111010001001001110110100111011111011110110111100111011111011110110101101111011101000110110010100 | e796bee9b9bfe893b4efbdbcefbdadee8d94 |
UHC | 疾鹿蓴??? | 111100101111000011010110111000111110001011110001001111110011111100111111 | f2f0d6e3e2f13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)