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 | 饌鯊饌垪 | 1110100101100001111010011100000011101001011000011001101010111000 | e961e9c0e9619ab8 |
EUC-JP | 饌鯊饌垪 | 1111000111000010111100101100001011110001110000101101010010111010 | f1c2f2c2f1c2d4ba |
UTF-8 | 饌鯊饌垪 | 111010011010010110001100111010011010111110001010111010011010010110001100111001011001111010101010 | e9a58ce9af8ae9a58ce59eaa |
UHC | 饌?饌? | 111100111100101000111111111100111100101000111111 | f3ca3ff3ca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)