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 | 湲??^ | 1001111111010001001111110011111101011110 | 9fd13f3f5e |
EUC-JP | 湲??^ | 1101111011010011001111110011111101011110 | ded33f3f5e |
UTF-8 | 湲붹뜮^ | 11100110101110011011001011101011101101101011100111101011100111001010111001011110 | e6b9b2ebb6b9eb9cae5e |
UHC | 湲붹뜮^ | 11101010101110001001010011100110100011011010111001011110 | eab894e68dae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)