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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 菴杣菴杣^ | 111001001011110110011110010110111110010010111101100111100101101101011110 | e4bd9e5be4bd9e5b5e |
EUC-JP | 菴杣菴杣^ | 111010001011111111011011101111001110100010111111110110111011110001011110 | e8bfdbbce8bfdbbc5e |
UTF-8 | 菴杣菴杣^ | 11101000100011111011010011100110100111011010001111101000100011111011010011100110100111011010001101011110 | e88fb4e69da3e88fb4e69da35e |
UHC | 菴?菴?^ | 11100100111000000011111111100100111000000011111101011110 | e4e03fe4e03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)