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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閼ア驕懈搗 | 111010001000010010110001111010011000000110011100111001101001110110010001 | e884b1e9819ce69d91 |
EUC-JP | 閼ア驕懈搗 | 11101111111001001000111010110001111100011110000111011000111010001101100111110001 | efe48eb1f1e1d8e8d9f1 |
UTF-8 | 閼ア驕懈搗 | 111010011001011010111100111011111011110110110001111010011010100110010101111001101000011110001000111001101001000010010111 | e996bcefbdb1e9a995e68788e69097 |
UHC | 閼?驕懈搗 | 111001001101100100111111110011101111011011111010101010111101001111111101 | e4d93fcef6faabd3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)