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 | íÉõîx | 1110110111001001111101011110111001111000 | edc9f5ee78 |
SJIS-WIN | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
EUC-JP | íÉõîx | 10001111101010111011111110001111101010101011000110001111101010111101100010001111101010111100001001111000 | 8fabbf8faab18fabd88fabc278 |
UTF-8 | íÉõîx | 110000111010110111000011100010011100001110110101110000111010111001111000 | c3adc389c3b5c3ae78 |
UHC | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)