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 | 螽幎ャ駕性 | 111001011010100010011011111010111010110010001001111011011001000010101011 | e5a89bebac89ed90ab |
EUC-JP | 螽幎ャ駕性 | 11101010101010101101011011101101100011101010110010110010111011111100000010101101 | eaaad6ed8eacb2efc0ad |
UTF-8 | 螽幎ャ駕性 | 111010001001111010111101111001011011100110001110111011111011110110101100111010011010011110010101111001101000000010100111 | e89ebde5b98eefbdace9a795e680a7 |
UHC | ???駕性 | 00111111001111110011111111001010101111011110000011110101 | 3f3f3fcabde0f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)