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 | ûÉÞ굦 | 1111101111001001110111101110101010001110101101011000111010100110 | fbc9deea8eb58ea6 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ûÉÞê???¦ | 100011111010101111100101100011111010101010110001100011111010100110110000100011111010101110110100001111110011111100111111100011111010001011000011 | 8fabe58faab18fa9b08fabb43f3f3f8fa2c3 |
UTF-8 | ûÉÞ굦 | 11000011101110111100001110001001110000111001111011000011101010101100001010001110110000101011010111000010100011101100001010100110 | c3bbc389c39ec3aac28ec2b5c28ec2a6 |
UHC | ??Þ????? | 001111110011111110101000101011010011111100111111001111110011111100111111 | 3f3fa8ad3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)