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 | ?w?wB | 0011111101110111001111110111011101000010 | 3f773f7742 |
SJIS-WIN | 鴉w鴉wB | 11101001111010110111011111101001111010110111011101000010 | e9eb77e9eb7742 |
EUC-JP | 鴉w鴉wB | 11110010111011010111011111110010111011010111011101000010 | f2ed77f2ed7742 |
UTF-8 | 鴉w鴉wB | 111010011011010010001001011101111110100110110100100010010111011101000010 | e9b48977e9b4897742 |
UHC | 鴉w鴉wB | 11100100101111000111011111100100101111000111011101000010 | e4bc77e4bc7742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)