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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?暑}?暑{^ | 001111111000111110001011011111010011111110001111100010110111101101011110 | 3f8f8b7d3f8f8b7b5e |
EUC-JP | ?暑}?暑{^ | 001111111011110111101011011111010011111110111101111010110111101101011110 | 3fbdeb7d3fbdeb7b5e |
UTF-8 | 뾛暑}뾛暑{^ | 111010111011111010011011111001101001101010010001011111011110101110111110100110111110011010011010100100010111101101011110 | ebbe9be69a917debbe9be69a917b5e |
UHC | 뾛暑}뾛暑{^ | 1001011101011000110111111111010001111101100101110101100011011111111101000111101101011110 | 9758dff47d9758dff47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)