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 | 尺杓釈症 | 1000111011011010100011101101101110001110110111111000111111000111 | 8eda8edb8edf8fc7 |
EUC-JP | 尺杓釈症 | 1011110011011100101111001101110110111100111000011011111011001001 | bcdcbcddbce1bec9 |
UTF-8 | 尺杓釈症 | 111001011011000010111010111001101001110110010011111010011000011110001000111001111001011110000111 | e5b0bae69d93e98788e79787 |
UHC | 尺杓?症 | 11110100101010011111100011110101001111111111000111111000 | f4a9f8f53ff1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)