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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 疑???矣? | 1000101101011110001111110011111100111111111000011110000100111111 | 8b5e3f3f3fe1e13f |
EUC-JP | 疑???矣? | 1011010110111111001111110011111100111111111000101110001100111111 | b5bf3f3f3fe2e33f |
UTF-8 | 疑띌렑렕矣렚 | 111001111001011010010001111010111001110110001100111010111010000010010001111010111010000010010101111001111001111110100011111010111010000010011010 | e79691eb9d8ceba091eba095e79fa3eba09a |
UHC | 疑띌렑렕矣렚 | 111010111111011110110110111010011000111010100110100011101010101011101011111110001000111010101101 | ebf7b6e98ea68eaaebf88ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)