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 | ?箭}?箭{^ | 001111111001000011111011011111010011111110010000111110110111101101011110 | 3f90fb7d3f90fb7b5e |
EUC-JP | ?箭}?箭{^ | 001111111100000011111101011111010011111111000000111111010111101101011110 | 3fc0fd7d3fc0fd7b5e |
UTF-8 | 얍箭}얍箭{^ | 111011001001011010001101111001111010111010101101011111011110110010010110100011011110011110101110101011010111101101011110 | ec968de7aead7dec968de7aead7b5e |
UHC | 얍箭}얍箭{^ | 1011111011100101111011111010100101111101101111101110010111101111101010010111101101011110 | bee5efa97dbee5efa97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)