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 | 瑙マ」 | 111000001110110111001111101000111111000011000001 | e0edcfa3f0c1 |
EUC-JP | 瑙マ」? | 11100000111011111000111011001111100011101010001100111111 | e0ef8ecf8ea33f |
UTF-8 | 瑙マ」 | 111001111001000110011001111011111011111010001111111011111011110110100011111011101000001010000000 | e79199efbe8fefbda3ee8280 |
UHC | 瑙??? | 1101001011000101001111110011111100111111 | d2c53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)