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 | セ゚賍 | 101111101101111111110011111011111110011011011010 | bedff3efe6da |
EUC-JP | セ゚?賍 | 10001110101111101000111011011111001111111110110011011100 | 8ebe8edf3fecdc |
UTF-8 | セ゚賍 | 111011111011110110111110111011111011111010011111111011101000101110100010111010001011001110001101 | efbdbeefbe9fee8ba2e8b38d |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)