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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞁哺韈盖 | 1110100011011001100110100100110111101000111001111110000110110011 | e8d99a4de8e7e1b3 |
EUC-JP | 鞁哺韈盖 | 1111000011011011110100111010111011110000111010011110001010110101 | f0dbd3aef0e9e2b5 |
UTF-8 | 鞁哺韈盖 | 111010011001111010000001111001011001001110111010111010011001111110001000111001111001101110010110 | e99e81e593bae99f88e79b96 |
UHC | ?哺?盖 | 001111111111100011010100001111111100101111001100 | 3ff8d43fcbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)