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 | ??a??aB | 00111111001111110110000100111111001111110110000101000010 | 3f3f613f3f6142 |
SJIS-WIN | 閼アa閼アaB | 111010001000010010110001011000011110100010000100101100010110000101000010 | e884b161e884b16142 |
EUC-JP | 閼アa閼アaB | 1110111111100100100011101011000101100001111011111110010010001110101100010110000101000010 | efe48eb161efe48eb16142 |
UTF-8 | 閼アa閼アaB | 111010011001011010111100111011111011110110110001011000011110100110010110101111001110111110111101101100010110000101000010 | e996bcefbdb161e996bcefbdb16142 |
UHC | 閼?a閼?aB | 111001001101100100111111011000011110010011011001001111110110000101000010 | e4d93f61e4d93f6142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)