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 | ?縦}?縦{^ | 001111111000111101100011011111010011111110001111011000110111101101011110 | 3f8f637d3f8f637b5e |
EUC-JP | ?縦}?縦{^ | 001111111011110111000100011111010011111110111101110001000111101101011110 | 3fbdc47d3fbdc47b5e |
UTF-8 | 캲縦}캲縦{^ | 111011001011101010110010111001111011100010100110011111011110110010111010101100101110011110111000101001100111101101011110 | ecbab2e7b8a67decbab2e7b8a67b5e |
UHC | 캲?}캲?{^ | 101100000101001000111111011111011011000001010010001111110111101101011110 | b0523f7db0523f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)