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 | îÞ굦 | 1110111010101101110111101110101010001110101101011000111010100110 | eeaddeea8eb58ea6 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | î?Þê???¦ | 10001111101010111100001000111111100011111010100110110000100011111010101110110100001111110011111100111111100011111010001011000011 | 8fabc23f8fa9b08fabb43f3f3f8fa2c3 |
UTF-8 | îÞ굦 | 11000011101011101100001010101101110000111001111011000011101010101100001010001110110000101011010111000010100011101100001010100110 | c3aec2adc39ec3aac28ec2b5c28ec2a6 |
UHC | ?Þ????? | 00111111101000011010100110101000101011010011111100111111001111110011111100111111 | 3fa1a9a8ad3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)