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 | ???淏?閃 | 0011111100111111001111111111101101000010001111111001000101001101 | 3f3f3ffb423f914d |
EUC-JP | ???淏?閃 | 001111110011111100111111100011111100011111011001001111111100000110101110 | 3f3f3f8fc7d93fc1ae |
UTF-8 | 롋렯롃淏렦閃 | 111010111010000110001011111010111010000010101111111010111010000110000011111001101011011110001111111010111010000010100110111010011001011010000011 | eba18beba0afeba183e6b78feba0a6e99683 |
UHC | 롋렯롃淏렦閃 | 100011101101000110001110101111001000111011001010111110111100100010001110101101011110000011101100 | 8ed18ebc8ecafbc88eb5e0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)