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 | 芒劫幻葆 | 1110010010001010100011011000010110001100101101101110010011011100 | e48a8d858cb6e4dc |
EUC-JP | 芒劫幻葆 | 1110011111101010101110011110010110111000101110001110100011011110 | e7eab9e5b8b8e8de |
UTF-8 | 芒劫幻葆 | 111010001000101010010010111001011000101010101011111001011011100110111011111010001001000110000110 | e88a92e58aabe5b9bbe89186 |
UHC | 芒劫幻? | 11011000110100111100110010100100111111001011001100111111 | d8d3cca4fcb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)