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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???淏? | 001111110011111100111111111110110100001000111111 | 3f3f3ffb423f |
EUC-JP | ???淏? | 00111111001111110011111110001111110001111101100100111111 | 3f3f3f8fc7d93f |
UTF-8 | 롋렯롃淏렮 | 111010111010000110001011111010111010000010101111111010111010000110000011111001101011011110001111111010111010000010101110 | eba18beba0afeba183e6b78feba0ae |
UHC | 롋렯롃淏렮 | 10001110110100011000111010111100100011101100101011111011110010001000111010111011 | 8ed18ebc8ecafbc88ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)