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 | 渦盖}渦盖{^ | 1000100101010001111000011011001101111101100010010101000111100001101100110111101101011110 | 8951e1b37d8951e1b37b5e |
EUC-JP | 渦盖}渦盖{^ | 1011000110110010111000101011010101111101101100011011001011100010101101010111101101011110 | b1b2e2b57db1b2e2b57b5e |
UTF-8 | 渦盖}渦盖{^ | 111001101011100010100110111001111001101110010110011111011110011010111000101001101110011110011011100101100111101101011110 | e6b8a6e79b967de6b8a6e79b967b5e |
UHC | 渦盖}渦盖{^ | 1110100010111110110010111100110001111101111010001011111011001011110011000111101101011110 | e8becbcc7de8becbcc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)