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 | 湿紗湿釈 | 10001110101111001000111011010001111100001110111110001110101111001000111011011111 | 8ebc8ed1f0ef8ebc8edf |
EUC-JP | 湿紗?湿釈 | 101111001011111010111100110100110011111110111100101111101011110011100001 | bcbebcd33fbcbebce1 |
UTF-8 | 湿紗湿釈 | 111001101011100110111111111001111011010010010111111011101000001010101110111001101011100110111111111010011000011110001000 | e6b9bfe7b497ee82aee6b9bfe98788 |
UHC | ?紗??? | 001111111101111011101001001111110011111100111111 | 3fdee93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)