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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 茖器充E | 11100100101000011000101011101101100011110101101101000101 | e4a18aed8f5b45 |
EUC-JP | 茖器充E | 11101000101000111011010011101111101111011011110001000101 | e8a3b4efbdbc45 |
UTF-8 | 茖器充E | 11101000100011001001011011100101100110011010100011100101100001011000010101000101 | e88c96e599a8e5858545 |
UHC | ?器充E | 001111111101000011101111111101011111011001000101 | 3fd0eff5f645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)