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 | セュ者樟 | 101111101010110110001110110100101000111110111110 | bead8ed28fbe |
EUC-JP | セュ者樟 | 1000111010111110100011101010110110111100110101001011111011000000 | 8ebe8eadbcd4bec0 |
UTF-8 | セュ者樟 | 111011111011110110111110111011111011110110101101111010001000000010000101111001101010100010011111 | efbdbeefbdade88085e6a89f |
UHC | ??者樟 | 001111110011111111101101101110101110110111101001 | 3f3fedbaede9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)