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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 修[修[^ | 10001111010000110101101110001111010000110101101101011110 | 8f435b8f435b5e |
EUC-JP | 修[修[^ | 10111101101001000101101110111101101001000101101101011110 | bda45bbda45b5e |
UTF-8 | 修[修[^ | 111001001011111110101110010110111110010010111111101011100101101101011110 | e4bfae5be4bfae5b5e |
UHC | 修[修[^ | 11100001111100110101101111100001111100110101101101011110 | e1f35be1f35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)