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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 荳槫剴 | 111001001011100010011110111001011001100110010011 | e4b89ee59993 |
EUC-JP | 荳槫剴 | 111010001011101011011100111001111101000111110011 | e8badce7d1f3 |
UTF-8 | 荳槫剴 | 111010001000110110110011111001101010011110101011111001011000100110110100 | e88db3e6a7abe589b4 |
UHC | 荳?? | 11010100111001010011111100111111 | d4e53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)