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 | 犹瑟犹瑟^ | 111000001011100111100000111011001110000010111001111000001110110001011110 | e0b9e0ece0b9e0ec5e |
EUC-JP | 犹瑟犹瑟^ | 111000001011101111100000111011101110000010111011111000001110111001011110 | e0bbe0eee0bbe0ee5e |
UTF-8 | 犹瑟犹瑟^ | 11100111100010101011100111100111100100011001111111100111100010101011100111100111100100011001111101011110 | e78ab9e7919fe78ab9e7919f5e |
UHC | ?瑟?瑟^ | 00111111111000111010001000111111111000111010001001011110 | 3fe3a23fe3a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)