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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 迥「迴樒瓦 | 111001111000101010100010111001111000111110011110111001111000101010100010 | e78aa2e78f9ee78aa2 |
EUC-JP | 迥「迴樒瓦 | 11101101111010101000111010100010111011011110111111011100111010011011010010100100 | edea8ea2edefdce9b4a4 |
UTF-8 | 迥「迴樒瓦 | 111010001011111110100101111011111011110110100010111010001011111110110100111001101010100010010010111001111001001110100110 | e8bfa5efbda2e8bfb4e6a892e793a6 |
UHC | ????瓦 | 001111110011111100111111001111111110100010111111 | 3f3f3f3fe8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)