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 | 侑??^ | 1001100011010000001111110011111101011110 | 98d03f3f5e |
EUC-JP | 侑??^ | 1101000011010010001111110011111101011110 | d0d23f3f5e |
UTF-8 | 侑됰꼮^ | 11100100101111101001000111101011100100001011000011101010101111001010111001011110 | e4be91eb90b0eabcae5e |
UHC | 侑됰꼮^ | 11101010111000101000100111101011100001001000100101011110 | eae289eb84895e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)