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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
EUC-JP | 洧??^ | 100011111100011110110100001111110011111101011110 | 8fc7b43f3f5e |
UTF-8 | 洧귣쓡^ | 11100110101101001010011111101010101101111010001111101100100100111010000101011110 | e6b4a7eab7a3ec93a15e |
UHC | 洧귣쓡^ | 11101010111110111000001011101011100111011000001001011110 | eafb82eb9d825e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)