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 | íê±k | 1110110111101010100011101011000101101011 | edea8eb16b |
SJIS-WIN | ???±k | 001111110011111100111111100000010111110101101011 | 3f3f3f817d6b |
EUC-JP | íê?±k | 10001111101010111011111110001111101010111011010000111111101000011101111001101011 | 8fabbf8fabb43fa1de6b |
UTF-8 | íê±k | 110000111010110111000011101010101100001010001110110000101011000101101011 | c3adc3aac28ec2b16b |
UHC | ???±k | 001111110011111100111111101000011011111001101011 | 3f3f3fa1be6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)