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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | セャ者樟 | 101111101010110010001110110100101000111110111110 | beac8ed28fbe |
EUC-JP | セャ者樟 | 1000111010111110100011101010110010111100110101001011111011000000 | 8ebe8eacbcd4bec0 |
UTF-8 | セャ者樟 | 111011111011110110111110111011111011110110101100111010001000000010000101111001101010100010011111 | efbdbeefbdace88085e6a89f |
UHC | ??者樟 | 001111110011111111101101101110101110110111101001 | 3f3fedbaede9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)