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 | 銓皮掩 | 111001111111001010010100111001111000100110000110 | e7f294e78986 |
EUC-JP | 銓皮掩 | 111011101111010011001000111010011011000111100110 | eef4c8e9b1e6 |
UTF-8 | 銓皮掩 | 111010011000101010010011111001111001101010101110111001101000111010101001 | e98a93e79aaee68ea9 |
UHC | 銓皮掩 | 111011111011000011111001101010111110010111110011 | efb0f9abe5f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)