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 | シ狆レ疾煮 | 1011110011100000101111001101101010001110101111101000111011001111 | bce0bcda8ebe8ecf |
EUC-JP | シ狆レ疾煮 | 10001110101111001110000010111110100011101101101010111100110000001011110011010001 | 8ebce0be8edabcc0bcd1 |
UTF-8 | シ狆レ疾煮 | 111011111011110110111100111001111000101110000110111011111011111010011010111001111001011010111110111001111000010110101110 | efbdbce78b86efbe9ae796bee785ae |
UHC | ???疾煮 | 00111111001111110011111111110010111100001110110110110100 | 3f3f3ff2f0edb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)