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 | 壕庫}壕庫{^ | 1000110110001000100011001100100101111101100011011000100010001100110010010111101101011110 | 8d888cc97d8d888cc97b5e |
EUC-JP | 壕庫}壕庫{^ | 1011100111101000101110001100101101111101101110011110100010111000110010110111101101011110 | b9e8b8cb7db9e8b8cb7b5e |
UTF-8 | 壕庫}壕庫{^ | 111001011010001110010101111001011011101010101011011111011110010110100011100101011110010110111010101010110111101101011110 | e5a395e5baab7de5a395e5baab7b5e |
UHC | 壕庫}壕庫{^ | 1111101110111101110011011011011101111101111110111011110111001101101101110111101101011110 | fbbdcdb77dfbbdcdb77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)