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 | 髣皮甥縺 | 1110100110010111100101001110011110001001100110011110001110000001 | e99794e78999e381 |
EUC-JP | 髣皮甥縺 | 1111000111110111110010001110100110110001111110011110010111100001 | f1f7c8e9b1f9e5e1 |
UTF-8 | 髣皮甥縺 | 111010011010101110100011111001111001101010101110111001111001010010100101111001111011100010111010 | e9aba3e79aaee794a5e7b8ba |
UHC | ?皮甥? | 001111111111100110101011110111111110011100111111 | 3ff9abdfe73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)