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 | 鈔蛾メ鉚 | 1110011111100010100010011110100110000011100000011110011111110100 | e7e289e98381e7f4 |
EUC-JP | 鈔蛾メ鉚 | 1110111011100100101100101110101110100101111000011110111011110110 | eee4b2eba5e1eef6 |
UTF-8 | 鈔蛾メ鉚 | 111010011000100010010100111010001001101110111110111000111000001110100001111010011000100110011010 | e98894e89bbee383a1e9899a |
UHC | ?蛾メ? | 001111111110010010110110101010111110000100111111 | 3fe4b6abe13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)