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 | 營??營?? | 1001101001111010001111110011111110011010011110100011111100111111 | 9a7a3f3f9a7a3f3f |
EUC-JP | 營??營?? | 1101001111011011001111110011111111010011110110110011111100111111 | d3db3f3fd3db3f3f |
UTF-8 | 營⑵낸營⑵낸 | 111001111000011110011111111000101001000110110101111010111000001010111000111001111000011110011111111000101001000110110101111010111000001010111000 | e7879fe291b5eb82b8e7879fe291b5eb82b8 |
UHC | 營⑵낸營⑵낸 | 111001111011110110101001111010001011001110111101111001111011110110101001111010001011001110111101 | e7bda9e8b3bde7bda9e8b3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)