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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 員寅餌叱 | 1000100011110101100100111101000010001001011000011000111010110110 | 88f593d089618eb6 |
EUC-JP | 員寅餌叱 | 1011000011110111110001101101001010110001110000101011110010111000 | b0f7c6d2b1c2bcb8 |
UTF-8 | 員寅餌叱 | 111001011001001110100001111001011010111110000101111010011010010010001100111001011000111110110001 | e593a1e5af85e9a48ce58fb1 |
UHC | 員寅餌叱 | 1110101010101100111011001101100111101100110010001111001011101010 | eaacecd9ecc8f2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)