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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 縊??? | 1110001101101111001111110011111100111111 | e36f3f3f3f |
EUC-JP | 縊??? | 1110010111010000001111110011111100111111 | e5d03f3f3f |
UTF-8 | 縊뗫젨玲 | 111001111011100010001010111010111001011110101011111011001010000010101000111011111010011010101101 | e7b88aeb97abeca0a8efa6ad |
UHC | 縊뗫젨玲 | 1110010011111100100010111110101110100000101000001110011110111111 | e4fc8beba0a0e7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)