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 | ?鸚}?鸚{^ | 001111111110101001011111011111010011111111101010010111110111101101011110 | 3fea5f7d3fea5f7b5e |
EUC-JP | ?鸚}?鸚{^ | 001111111111001111000000011111010011111111110011110000000111101101011110 | 3ff3c07d3ff3c07b5e |
UTF-8 | 밈鸚}밈鸚{^ | 111010111011000010001000111010011011100010011010011111011110101110110000100010001110100110111000100110100111101101011110 | ebb088e9b89a7debb088e9b89a7b5e |
UHC | 밈鸚}밈鸚{^ | 1011100111010010111001011010010001111101101110011101001011100101101001000111101101011110 | b9d2e5a47db9d2e5a47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)