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 | ??L}??L{^ | 001111110011111101001100011111010011111100111111010011000111101101011110 | 3f3f4c7d3f3f4c7b5e |
SJIS-WIN | ?亨L}?亨L{^ | 0011111110001011100111000100110001111101001111111000101110011100010011000111101101011110 | 3f8b9c4c7d3f8b9c4c7b5e |
EUC-JP | ?亨L}?亨L{^ | 0011111110110101111111000100110001111101001111111011010111111100010011000111101101011110 | 3fb5fc4c7d3fb5fc4c7b5e |
UTF-8 | 뤍亨L}뤍亨L{^ | 1110101110100100100011011110010010111010101010000100110001111101111010111010010010001101111001001011101010101000010011000111101101011110 | eba48de4baa84c7deba48de4baa84c7b5e |
UHC | 뤍亨L}뤍亨L{^ | 10001111101111011111101011111011010011000111110110001111101111011111101011111011010011000111101101011110 | 8fbdfafb4c7d8fbdfafb4c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)