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 | ò¶«î¥ | 111100101011011010001110101010111110111010100101 | f2b68eabeea5 |
SJIS-WIN | ?¶???¥ | 0011111110000001111101110011111100111111001111111000000110001111 | 3f81f73f3f3f818f |
EUC-JP | ò¶??î? | 1000111110101011110100101010001011111001001111110011111110001111101010111100001000111111 | 8fabd2a2f93f3f8fabc23f |
UTF-8 | ò¶«î¥ | 110000111011001011000010101101101100001010001110110000101010101111000011101011101100001010100101 | c3b2c2b6c28ec2abc3aec2a5 |
UHC | ?¶???? | 00111111101000101101001000111111001111110011111100111111 | 3fa2d23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)