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 | 茫√幻紊 | 1110010010101001100000011110001110001100101101101110001101000011 | e4a981e38cb6e343 |
EUC-JP | 茫√幻紊 | 1110100010101011101000101110010110111000101110001110010110100100 | e8aba2e5b8b8e5a4 |
UTF-8 | 茫√幻紊 | 111010001000110010101011111000101000100010011010111001011011100110111011111001111011010010001010 | e88cabe2889ae5b9bbe7b48a |
UHC | 茫√幻紊 | 1101100011010100101000011110111011111100101100111101101010100010 | d8d4a1eefcb3daa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)