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 | シ」シア疾鹿 | 1011110010100011101111001011000110001110101111101000111010101101 | bca3bcb18ebe8ead |
EUC-JP | シ」シア疾鹿 | 100011101011110010001110101000111000111010111100100011101011000110111100110000001011110010101111 | 8ebc8ea38ebc8eb1bcc0bcaf |
UTF-8 | シ」シア疾鹿 | 111011111011110110111100111011111011110110100011111011111011110110111100111011111011110110110001111001111001011010111110111010011011100110111111 | efbdbcefbda3efbdbcefbdb1e796bee9b9bf |
UHC | ????疾鹿 | 0011111100111111001111110011111111110010111100001101011011100011 | 3f3f3f3ff2f0d6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)