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 | 脂畔┃姚 | 1000111010001001100101001100100010000100101010111001101101001100 | 8e8994c884ab9b4c |
EUC-JP | 脂畔┃姚 | 1011101111101001110010001100101010101000101011011101010110101101 | bbe9c8caa8add5ad |
UTF-8 | 脂畔┃姚 | 111010001000010010000010111001111001010110010100111000101001010010000011111001011010011110011010 | e88482e79594e29483e5a79a |
UHC | 脂畔┃姚 | 1111001010110111110110101110110110100110101011011110100011101110 | f2b7daeda6ade8ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)