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 | 蓙醍凾褥 | 1110010011100110100100011110011110011001100000101110010111110001 | e4e691e79982e5f1 |
EUC-JP | 蓙醍凾褥 | 1110100011101000110000101110100111010001111000101110101011110011 | e8e8c2e9d1e2eaf3 |
UTF-8 | 蓙醍凾褥 | 111010001001001110011001111010011000011010001101111001011000011110111110111010001010010010100101 | e89399e9868de587bee8a4a5 |
UHC | ?醍?褥 | 001111111111000010110101001111111110100110110011 | 3ff0b53fe9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)