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 | 薜薜羚 | 111001010100111111100101010011111110001110110111 | e54fe54fe3b7 |
EUC-JP | 薜薜羚 | 111010011011000011101001101100001110011010111001 | e9b0e9b0e6b9 |
UTF-8 | 薜薜羚 | 111010001001011010011100111010001001011010011100111001111011111010011010 | e8969ce8969ce7be9a |
UHC | ??羚 | 00111111001111111101011010111110 | 3f3fd6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)