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 | 鉞絅奔鉞 | 1110011111100110111000110100010010010110011110101110011111100110 | e7e6e344967ae7e6 |
EUC-JP | 鉞絅奔鉞 | 1110111011101000111001011010010111001011110110111110111011101000 | eee8e5a5cbdbeee8 |
UTF-8 | 鉞絅奔鉞 | 111010011000100110011110111001111011010110000101111001011010010110010100111010011000100110011110 | e9899ee7b585e5a594e9899e |
UHC | 鉞絅奔鉞 | 1110101011000111110011001110011111011101110001101110101011000111 | eac7cce7ddc6eac7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)