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 | 啼?蟻?諄 | 1001101001100101001111111000101101100001001111111110011001111000 | 9a653f8b613fe678 |
EUC-JP | 啼?蟻?諄 | 1101001111000110001111111011010111000010001111111110101111011001 | d3c63fb5c23febd9 |
UTF-8 | 啼렖蟻렠諄 | 111001011001010110111100111010111010000010010110111010001001111110111011111010111010000010100000111010001010101110000100 | e595bceba096e89fbbeba0a0e8ab84 |
UHC | 啼렖蟻렠諄 | 11110000101001101000111010101011111010111111110010001110101100011110001011110100 | f0a68eabebfc8eb1e2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)