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 | 驍簿買 | 111010011000001010010101111010111001010010000011 | e98295eb9483 |
EUC-JP | 驍簿買 | 111100011110001011001010111011011100011111100011 | f1e2caedc7e3 |
UTF-8 | 驍簿買 | 111010011010100110001101111001111011000010111111111010001011001010110111 | e9a98de7b0bfe8b2b7 |
UHC | 驍簿買 | 111111011010010011011101101011011101100011100010 | fda4ddadd8e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)