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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 桒[桒[^ | 1111001110110100111110101110001101011011111100111011010011111010111000110101101101011110 | f3b4fae35bf3b4fae35b5e |
EUC-JP | ?桒[?桒[^ | 0011111110001111110000111100100101011011001111111000111111000011110010010101101101011110 | 3f8fc3c95b3f8fc3c95b5e |
UTF-8 | 桒[桒[^ | 111011101000101010100111111001101010000110010010010110111110111010001010101001111110011010100001100100100101101101011110 | ee8aa7e6a1925bee8aa7e6a1925b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)