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 | ò¢°í½ | 111100101010001010110000111011011000111010111101 | f2a2b0ed8ebd |
SJIS-WIN | ?¢°??? | 0011111110000001100100011000000110001011001111110011111100111111 | 3f8191818b3f3f3f |
EUC-JP | ò¢°í?? | 100011111010101111010010101000011111000110100001111010111000111110101011101111110011111100111111 | 8fabd2a1f1a1eb8fabbf3f3f |
UTF-8 | ò¢°í½ | 110000111011001011000010101000101100001010110000110000111010110111000010100011101100001010111101 | c3b2c2a2c2b0c3adc28ec2bd |
UHC | ??°??½ | 0011111100111111101000011100011000111111001111111010100011110110 | 3f3fa1c63f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)