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 | ???淏 | 0011111100111111001111111111101101000010 | 3f3f3ffb42 |
EUC-JP | ???淏 | 001111110011111100111111100011111100011111011001 | 3f3f3f8fc7d9 |
UTF-8 | 롋렯롃淏 | 111010111010000110001011111010111010000010101111111010111010000110000011111001101011011110001111 | eba18beba0afeba183e6b78f |
UHC | 롋렯롃淏 | 1000111011010001100011101011110010001110110010101111101111001000 | 8ed18ebc8ecafbc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)