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 | 蹊取ソ | 1110011011111100100011101110011010111111 | e6fc8ee6bf |
EUC-JP | 蹊取ソ | 111011001111111010111100111010001000111010111111 | ecfebce88ebf |
UTF-8 | 蹊取ソ | 111010001011100110001010111001011000111110010110111011111011110110111111 | e8b98ae58f96efbdbf |
UHC | 蹊取? | 1111101110110111111101101010001000111111 | fbb7f6a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)