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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 薰ュ襍ヲ謐ィ | 111110111001111010101101111010001011010110100110111001101000110110101000 | fb9eade8b5a6e68da8 |
EUC-JP | ?ュ襍ヲ謐ィ | 0011111110001110101011011111000010110111100011101010011011101011111011011000111010101000 | 3f8eadf0b78ea6ebed8ea8 |
UTF-8 | 薰ュ襍ヲ謐ィ | 111010001001011010110000111011111011110110101101111010001010010110001101111011111011110110100110111010001010110010010000111011111011110110101000 | e896b0efbdade8a58defbda6e8ac90efbda8 |
UHC | 薰???謐? | 1111110110111001001111110011111100111111110110101100110100111111 | fdb93f3f3fdacd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)