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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驫難スャ | 111010011000101010010011111011111011110110101100 | e98a93efbdac |
EUC-JP | 驫難スャ | 1111000111101010110001101111000110001110101111011000111010101100 | f1eac6f18ebd8eac |
UTF-8 | 驫難スャ | 111010011010100110101011111010011001101110100011111011111011110110111101111011111011110110101100 | e9a9abe99ba3efbdbdefbdac |
UHC | ?難?? | 0011111111010001111100010011111100111111 | 3fd1f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)