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 | 茫√幻罌 | 1110010010101001100000011110001110001100101101101110001110100000 | e4a981e38cb6e3a0 |
EUC-JP | 茫√幻罌 | 1110100010101011101000101110010110111000101110001110011010100010 | e8aba2e5b8b8e6a2 |
UTF-8 | 茫√幻罌 | 111010001000110010101011111000101000100010011010111001011011100110111011111001111011110110001100 | e88cabe2889ae5b9bbe7bd8c |
UHC | 茫√幻罌 | 1101100011010100101000011110111011111100101100111110010110100010 | d8d4a1eefcb3e5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)