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 | ??W?? | 0011111100111111010101110011111100111111 | 3f3f573f3f |
SJIS-WIN | 遏ュW阡オ | 11100111100111111010110101010111111010001001010010110101 | e79fad57e894b5 |
EUC-JP | 遏ュW阡オ | 111011101010000110001110101011010101011111101111111101001000111010110101 | eea18ead57eff48eb5 |
UTF-8 | 遏ュW阡オ | 11101001100000011000111111101111101111011010110101010111111010011001100010100001111011111011110110110101 | e9818fefbdad57e998a1efbdb5 |
UHC | ??W阡? | 001111110011111101010111111101001100011000111111 | 3f3f57f4c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)