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 | 懶?}懶?{^ | 100111001110111100111111011111011001110011101111001111110111101101011110 | 9cef3f7d9cef3f7b5e |
EUC-JP | 懶?}懶?{^ | 110110001111000100111111011111011101100011110001001111110111101101011110 | d8f13f7dd8f13f7b5e |
UTF-8 | 懶싹}懶싹{^ | 111001101000011110110110111011001000101110111001011111011110011010000111101101101110110010001011101110010111101101011110 | e687b6ec8bb97de687b6ec8bb97b5e |
UHC | 懶싹}懶싹{^ | 1101010011111011101111011100111101111101110101001111101110111101110011110111101101011110 | d4fbbdcf7dd4fbbdcf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)