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 | 饌艘饌 | 111010010110000111100100011110101110100101100001 | e961e47ae961 |
EUC-JP | 饌艘饌 | 111100011100001011100111110110111111000111000010 | f1c2e7dbf1c2 |
UTF-8 | 饌艘饌 | 111010011010010110001100111010001000100110011000111010011010010110001100 | e9a58ce88998e9a58c |
UHC | 饌?饌 | 1111001111001010001111111111001111001010 | f3ca3ff3ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)