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 | 瑤??維 | 111010101010001000111111001111111000100011011011 | eaa23f3f88db |
EUC-JP | 瑤??維 | 111101001010010000111111001111111011000011011101 | f4a43f3fb0dd |
UTF-8 | 瑤뗫뗄維 | 111001111001000110100100111010111001011110101011111010111001011110000100111001111011011010101101 | e791a4eb97abeb9784e7b6ad |
UHC | 瑤뗫뗄維 | 1110100011111101100010111110101110110110101111111110101110101011 | e8fd8bebb6bfebab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)