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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 趺セ貉ソh | 11100110111001011011111011100110101110011011111101101000 | e6e5bee6b9bf68 |
EUC-JP | 趺セ貉ソh | 111011001110011110001110101111101110110010111011100011101011111101101000 | ece78ebeecbb8ebf68 |
UTF-8 | 趺セ貉ソh | 11101000101101101011101011101111101111011011111011101000101100101000100111101111101111011011111101101000 | e8b6baefbdbee8b289efbdbf68 |
UHC | 趺???h | 110111011011101000111111001111110011111101101000 | ddba3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)