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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鄒晉甥 | 111001111011111010011101111001111000100110011001 | e7be9de78999 |
EUC-JP | 鄒晉甥 | 111011101100000011011010111010011011000111111001 | eec0dae9b1f9 |
UTF-8 | 鄒晉甥 | 111010011000010010010010111001101001100110001001111001111001010010100101 | e98492e69989e794a5 |
UHC | 鄒晉甥 | 111101011101101111110010110010111101111111100111 | f5dbf2cbdfe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)