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 | 軸醤 | 111110001111110010001110101100101000111111011101 | f8fc8eb28fdd |
EUC-JP | ?軸醤 | 0011111110111100101101001011111011011111 | 3fbcb4bedf |
UTF-8 | 軸醤 | 111011101001101010011011111010001011101110111000111010011000011010100100 | ee9a9be8bbb8e986a4 |
UHC | ?軸? | 00111111111101011110111000111111 | 3ff5ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)