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 | 蜃躯響 | 111001011000011110001011111010111000101110111111 | e5878beb8bbf |
EUC-JP | 蜃躯響 | 111010011110011110110110111011011011011011000001 | e9e7b6edb6c1 |
UTF-8 | 蜃躯響 | 111010001001110010000011111010001011101010101111111010011001111110111111 | e89c83e8baafe99fbf |
UHC | 蜃?響 | 1110001111110001001111111111101011000010 | e3f13ffac2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)