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 | 0011111101011111001111110101111101000101 | 3f5f3f5f45 |
SJIS-WIN | 涌_涌_E | 10010111010011110101111110010111010011110101111101000101 | 974f5f974f5f45 |
EUC-JP | 涌_涌_E | 11001101101100000101111111001101101100000101111101000101 | cdb05fcdb05f45 |
UTF-8 | 涌_涌_E | 111001101011011010001100010111111110011010110110100011000101111101000101 | e6b68c5fe6b68c5f45 |
UHC | 涌_涌_E | 11101001101111110101111111101001101111110101111101000101 | e9bf5fe9bf5f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)