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 | ò©Â¾ | 1111001010101001100011101010110110001110110000101000111010111110 | f2a98ead8ec28ebe |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ò©???Â?? | 1000111110101011110100101000111110100010111011010011111100111111001111111000111110101010101001000011111100111111 | 8fabd28fa2ed3f3f3f8faaa43f3f |
UTF-8 | ò©Â¾ | 11000011101100101100001010101001110000101000111011000010101011011100001010001110110000111000001011000010100011101100001010111110 | c3b2c2a9c28ec2adc28ec382c28ec2be |
UHC | ??????¾ | 00111111001111110011111110100001101010010011111100111111001111111010100011111010 | 3f3f3fa1a93f3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)