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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 犹瘤犹瘤^ | 111000001011100111100001100011101110000010111001111000011000111001011110 | e0b9e18ee0b9e18e5e |
EUC-JP | 犹瘤犹瘤^ | 111000001011101111100001111011101110000010111011111000011110111001011110 | e0bbe1eee0bbe1ee5e |
UTF-8 | 犹瘤犹瘤^ | 11100111100010101011100111100111100110001010010011100111100010101011100111100111100110001010010001011110 | e78ab9e798a4e78ab9e798a45e |
UHC | ?瘤?瘤^ | 00111111110101111011101100111111110101111011101101011110 | 3fd7bb3fd7bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)