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 | セャ煮症貔 | 1011111010101100100011101100111110001111110001111110011010111110 | beac8ecf8fc7e6be |
EUC-JP | セャ煮症貔 | 10001110101111101000111010101100101111001101000110111110110010011110110011000000 | 8ebe8eacbcd1bec9ecc0 |
UTF-8 | セャ煮症貔 | 111011111011110110111110111011111011110110101100111001111000010110101110111001111001011110000111111010001011001010010100 | efbdbeefbdace785aee79787e8b294 |
UHC | ??煮症? | 00111111001111111110110110110100111100011111100000111111 | 3f3fedb4f1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)