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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?芸?^ | 0011111110001100011111000011111101011110 | 3f8c7c3f5e |
EUC-JP | ?芸?^ | 0011111110110111110111010011111101011110 | 3fb7dd3f5e |
UTF-8 | 왃芸뗼^ | 11101100100110011000001111101000100010101011100011101011100101111011110001011110 | ec9983e88ab8eb97bc5e |
UHC | 왃芸뗼^ | 10011110101101101110100111111101100010111111101101011110 | 9eb6e9fd8bfb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)