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 | 源?怜 | 1000110010111001001111111001011111100101 | 8cb93f97e5 |
EUC-JP | 源?怜 | 1011100010111011001111111100111011100111 | b8bb3fcee7 |
UTF-8 | 源븃怜 | 111001101011101010010000111010111011100010000011111001101000000010011100 | e6ba90ebb883e6809c |
UHC | 源븃怜 | 111010101011100110111010111010001101011010111011 | eab9bae8d6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)