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 | 焉????? | 11100000100000010011111100111111001111110011111100111111 | e0813f3f3f3f3f |
EUC-JP | 焉????? | 11011111111000010011111100111111001111110011111100111111 | dfe13f3f3f3f3f |
UTF-8 | 焉됰죮溜⑸죲 | 111001111000010010001001111010111001000010110000111011001010001110101110111011111010011110001011111000101001000110111000111011001010001110110010 | e78489eb90b0eca3aeefa78be291b8eca3b2 |
UHC | 焉됰죮溜⑸죲 | 111001011110101010001001111010111010000110001001111010101111111010101001111010111010000110001101 | e5ea89eba189eafea9eba18d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)