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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 慇鯊\ | 1001110010111110111010011100000001011100 | 9cbee9c05c |
EUC-JP | 慇鯊\ | 1101100011000000111100101100001001011100 | d8c0f2c25c |
UTF-8 | 慇鯊\ | 11100110100001011000011111101001101011111000101001011100 | e68587e9af8a5c |
UHC | 慇?\ | 11101011110110110011111101011100 | ebdb3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)