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 | 睫箒瓊扠 | 1110000111001010111000101011010011100000111110011001110101001100 | e1cae2b4e0f99d4c |
EUC-JP | 睫箒瓊扠 | 1110001011001100111001001011011011100000111110111101100110101101 | e2cce4b6e0fbd9ad |
UTF-8 | 睫箒瓊扠 | 111001111001110110101011111001111010111010010010111001111001001110001010111001101000100110100000 | e79dabe7ae92e7938ae689a0 |
UHC | 睫?瓊? | 111101001110001000111111110011001110000100111111 | f4e23fcce13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)