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 | ?晳繹? | 001111111111101011011001111000111000100000111111 | 3ffad9e3883f |
EUC-JP | ?晳繹? | 00111111100011111100001011000100111001011110100000111111 | 3f8fc2c4e5e83f |
UTF-8 | 歷晳繹黎 | 111011111010011010001100111001101001100110110011111001111011100110111001111011111010011010001001 | efa68ce699b3e7b9b9efa689 |
UHC | 歷晳繹黎 | 1110011010111000111000001010111111100110101110101110011010110001 | e6b8e0afe6bae6b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)