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 | 張麥婢 | 100100101010001111101010011011011001101101011000 | 92a3ea6d9b58 |
EUC-JP | 張麥婢 | 110001001010010111110011110011101101010110111001 | c4a5f3ced5b9 |
UTF-8 | 張麥婢 | 111001011011110010110101111010011011101010100101111001011010100110100010 | e5bcb5e9baa5e5a9a2 |
UHC | 張麥婢 | 111011011110010111011000111010101101110111100110 | ede5d8eadde6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)