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 | íí°¸õ | 11101101111011011000111010110000100011111011100011110101 | eded8eb08fb8f5 |
SJIS-WIN | ???°??? | 0011111100111111001111111000000110001011001111110011111100111111 | 3f3f3f818b3f3f3f |
EUC-JP | íí?°?¸õ | 10001111101010111011111110001111101010111011111100111111101000011110101100111111100011111010001010110001100011111010101111011000 | 8fabbf8fabbf3fa1eb3f8fa2b18fabd8 |
UTF-8 | íí°¸õ | 1100001110101101110000111010110111000010100011101100001010110000110000101000111111000010101110001100001110110101 | c3adc3adc28ec2b0c28fc2b8c3b5 |
UHC | ???°?¸? | 001111110011111100111111101000011100011000111111101000101010110000111111 | 3f3f3fa1c63fa2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)