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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 祭?? | 10001101110101010011111100111111 | 8dd53f3f |
EUC-JP | 祭泮? | 101110101101011110001111110001111010100000111111 | bad78fc7a83f |
UTF-8 | 祭泮컨 | 111001111010010110101101111001101011001110101110111011001011101110101000 | e7a5ade6b3aeecbba8 |
UHC | 祭泮컨 | 111100001010111011011010111010101100010011000001 | f0aedaeac4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)