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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 釈紗消 | 100011101101111110001110110100011000111111000001 | 8edf8ed18fc1 |
EUC-JP | 釈紗消 | 101111001110000110111100110100111011111011000011 | bce1bcd3bec3 |
UTF-8 | 釈紗消 | 111010011000011110001000111001111011010010010111111001101011011010001000 | e98788e7b497e6b688 |
UHC | ?紗消 | 0011111111011110111010011110000110111100 | 3fdee9e1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)