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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 唯邯九^ | 10010111010000101110011110110110100010111110001101011110 | 9742e7b68be35e |
EUC-JP | 唯邯九^ | 11001101101000111110111010111000101101101110010101011110 | cda3eeb8b6e55e |
UTF-8 | 唯邯九^ | 11100101100101001010111111101001100000101010111111100100101110011001110101011110 | e594afe982afe4b99d5e |
UHC | 唯邯九^ | 11101010111001101100101011111011110011101111101001011110 | eae6cafbcefa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)