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 | ??P}??P{^ | 001111110011111101010000011111010011111100111111010100000111101101011110 | 3f3f507d3f3f507b5e |
SJIS-WIN | ?亨P}?亨P{^ | 0011111110001011100111000101000001111101001111111000101110011100010100000111101101011110 | 3f8b9c507d3f8b9c507b5e |
EUC-JP | ?亨P}?亨P{^ | 0011111110110101111111000101000001111101001111111011010111111100010100000111101101011110 | 3fb5fc507d3fb5fc507b5e |
UTF-8 | 뤚亨P}뤚亨P{^ | 1110101110100100100110101110010010111010101010000101000001111101111010111010010010011010111001001011101010101000010100000111101101011110 | eba49ae4baa8507deba49ae4baa8507b5e |
UHC | 뤚亨P}뤚亨P{^ | 10001111110010011111101011111011010100000111110110001111110010011111101011111011010100000111101101011110 | 8fc9fafb507d8fc9fafb507b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)