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 | 蜃躯死 | 111001011000011110001011111010111000111010000000 | e5878beb8e80 |
EUC-JP | 蜃躯死 | 111010011110011110110110111011011011101111100000 | e9e7b6edbbe0 |
UTF-8 | 蜃躯死 | 111010001001110010000011111010001011101010101111111001101010110110111011 | e89c83e8baafe6adbb |
UHC | 蜃?死 | 1110001111110001001111111101111011011101 | e3f13fdedd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)