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 | 蜃躯劇 | 111001011000011110001011111010111000110010000000 | e5878beb8c80 |
EUC-JP | 蜃躯劇 | 111010011110011110110110111011011011011111100000 | e9e7b6edb7e0 |
UTF-8 | 蜃躯劇 | 111010001001110010000011111010001011101010101111111001011000101010000111 | e89c83e8baafe58a87 |
UHC | 蜃?劇 | 1110001111110001001111111101000010111100 | e3f13fd0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)