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 | ò«¤íú® | 1111001010101011100011101010010011101101111110101000111010101110 | f2ab8ea4edfa8eae |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ò??¤íú?® | 100011111010101111010010001111110011111110001111101000101111000010001111101010111011111110001111101010111110001000111111100011111010001011101110 | 8fabd23f3f8fa2f08fabbf8fabe23f8fa2ee |
UTF-8 | ò«¤íú® | 11000011101100101100001010101011110000101000111011000010101001001100001110101101110000111011101011000010100011101100001010101110 | c3b2c2abc28ec2a4c3adc3bac28ec2ae |
UHC | ???¤???® | 00111111001111110011111110100010101101000011111100111111001111111010001011100111 | 3f3f3fa2b43f3f3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)