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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | ?飯n}?飯n{^ | 0011111110010100110100010110111001111101001111111001010011010001011011100111101101011110 | 3f94d16e7d3f94d16e7b5e |
EUC-JP | ?飯n}?飯n{^ | 0011111111001000110100110110111001111101001111111100100011010011011011100111101101011110 | 3fc8d36e7d3fc8d36e7b5e |
UTF-8 | 먕飯n}먕飯n{^ | 1110101110101000100101011110100110100011101011110110111001111101111010111010100010010101111010011010001110101111011011100111101101011110 | eba895e9a3af6e7deba895e9a3af6e7b5e |
UHC | 먕飯n}먕飯n{^ | 10111000110100101101101011111001011011100111110110111000110100101101101011111001011011100111101101011110 | b8d2daf96e7db8d2daf96e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)