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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 譽?B | 11100110101000110011111101000010 | e6a33f42 |
EUC-JP | 譽?B | 11101100101001010011111101000010 | eca53f42 |
UTF-8 | 譽켿B | 11101000101011011011110111101100101111001011111101000010 | e8adbdecbcbf42 |
UHC | 譽켿B | 1110011111100010101100010111010101000010 | e7e2b17542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)