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 | ???埃 | 0011111100111111001111111001101010111010 | 3f3f3f9aba |
EUC-JP | ???埃 | 0011111100111111001111111101010010111100 | 3f3f3fd4bc |
UTF-8 | 琉뗨퐤埃 | 111011111010011110001100111010111001011110101000111011011001000010100100111001011001111110000011 | efa78ceb97a8ed90a4e59f83 |
UHC | 琉뗨퐤埃 | 1110101110100100100010111110100010111101100011011110010011101111 | eba48be8bd8de4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)