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 | 饌鯊饌 | 111010010110000111101001110000001110100101100001 | e961e9c0e961 |
EUC-JP | 饌鯊饌 | 111100011100001011110010110000101111000111000010 | f1c2f2c2f1c2 |
UTF-8 | 饌鯊饌 | 111010011010010110001100111010011010111110001010111010011010010110001100 | e9a58ce9af8ae9a58c |
UHC | 饌?饌 | 1111001111001010001111111111001111001010 | f3ca3ff3ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)