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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 譽?H | 11100110101000110011111101001000 | e6a33f48 |
EUC-JP | 譽?H | 11101100101001010011111101001000 | eca53f48 |
UTF-8 | 譽켿H | 11101000101011011011110111101100101111001011111101001000 | e8adbdecbcbf48 |
UHC | 譽켿H | 1110011111100010101100010111010101001000 | e7e2b17548 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)