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 | 薐矩?裙 | 1110010101010010100010111110100110000001010010001110010111100011 | e5528be98148e5e3 |
EUC-JP | 薐矩?裙 | 1110100110110011101101101110101110100001101010011110101011100101 | e9b3b6eba1a9eae5 |
UTF-8 | 薐矩?裙 | 111010001001011010010000111001111001111110101001111011111011110010011111111010001010001110011001 | e89690e79fa9efbc9fe8a399 |
UHC | ?矩?裙 | 00111111110011111011101110100011101111111100111111011001 | 3fcfbba3bfcfd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)