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 | 薜紙源 | 111001010100111110001110100001101000110010111001 | e54f8e868cb9 |
EUC-JP | 薜紙源 | 111010011011000010111011111001101011100010111011 | e9b0bbe6b8bb |
UTF-8 | 薜紙源 | 111010001001011010011100111001111011010010011001111001101011101010010000 | e8969ce7b499e6ba90 |
UHC | ?紙源 | 0011111111110010101101011110101010111001 | 3ff2b5eab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)