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 | 源?玲 | 1000110010111001001111111001011111100110 | 8cb93f97e6 |
EUC-JP | 源?玲 | 1011100010111011001111111100111011101000 | b8bb3fcee8 |
UTF-8 | 源븃玲 | 111001101011101010010000111010111011100010000011111001111000111010110010 | e6ba90ebb883e78eb2 |
UHC | 源븃玲 | 111010101011100110111010111010001101011010111100 | eab9bae8d6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)