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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 桒[}桒[{^ | 11110010111101011111101011100011010110110111110111110010111101011111101011100011010110110111101101011110 | f2f5fae35b7df2f5fae35b7b5e |
EUC-JP | ?桒[}?桒[{^ | 00111111100011111100001111001001010110110111110100111111100011111100001111001001010110110111101101011110 | 3f8fc3c95b7d3f8fc3c95b7b5e |
UTF-8 | 桒[}桒[{^ | 1110111010001000101011001110011010100001100100100101101101111101111011101000100010101100111001101010000110010010010110110111101101011110 | ee88ace6a1925b7dee88ace6a1925b7b5e |
UHC | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)