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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 阯コ邯コ | 111010001001011110111010111001111011011010111010 | e897bae7b6ba |
EUC-JP | 阯コ邯コ | 1110111111110111100011101011101011101110101110001000111010111010 | eff78ebaeeb88eba |
UTF-8 | 阯コ邯コ | 111010011001100010101111111011111011110110111010111010011000001010101111111011111011110110111010 | e998afefbdbae982afefbdba |
UHC | ??邯? | 0011111100111111110010101111101100111111 | 3f3fcafb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)