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 | 薑鞘源 | 111001010100011110001111111000101000110010111001 | e5478fe28cb9 |
EUC-JP | 薑鞘源 | 111010011010100010111110111001001011100010111011 | e9a8bee4b8bb |
UTF-8 | 薑鞘源 | 111010001001011010010001111010011001111010011000111001101011101010010000 | e89691e99e98e6ba90 |
UHC | 薑?源 | 1100101110111001001111111110101010111001 | cbb93feab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)