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 | ??bn??bnB | 001111110011111101100010011011100011111100111111011000100110111001000010 | 3f3f626e3f3f626e42 |
SJIS-WIN | 閼アbn閼アbnB | 1110100010000100101100010110001001101110111010001000010010110001011000100110111001000010 | e884b1626ee884b1626e42 |
EUC-JP | 閼アbn閼アbnB | 11101111111001001000111010110001011000100110111011101111111001001000111010110001011000100110111001000010 | efe48eb1626eefe48eb1626e42 |
UTF-8 | 閼アbn閼アbnB | 1110100110010110101111001110111110111101101100010110001001101110111010011001011010111100111011111011110110110001011000100110111001000010 | e996bcefbdb1626ee996bcefbdb1626e42 |
UHC | 閼?bn閼?bnB | 1110010011011001001111110110001001101110111001001101100100111111011000100110111001000010 | e4d93f626ee4d93f626e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)