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 | 淼、蟆コ | 111110110100010110100100111001011011000010111010 | fb45a4e5b0ba |
EUC-JP | 淼、蟆コ | 100011111100011111100110100011101010010011101010101100101000111010111010 | 8fc7e68ea4eab28eba |
UTF-8 | 淼、蟆コ | 111001101011011110111100111011111011110110100100111010001001111110000110111011111011110110111010 | e6b7bcefbda4e89f86efbdba |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)