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 | 湜鴫焄 | 111110110100011110001110101100001111101101010100 | fb478eb0fb54 |
EUC-JP | 湜鴫焄 | 1000111111000111111111001011110010110010100011111100100111100011 | 8fc7fcbcb28fc9e3 |
UTF-8 | 湜鴫焄 | 111001101011100110011100111010011011010010101011111001111000010010000100 | e6b99ce9b4abe78484 |
UHC | 湜?焄 | 1110001111010111001111111111110110110110 | e3d73ffdb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)