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 | ???樗 | 0011111100111111001111111001001010010100 | 3f3f3f9294 |
EUC-JP | ???樗 | 0011111100111111001111111100001111110100 | 3f3f3fc3f4 |
UTF-8 | 암렕롁樗 | 111011001001010110010100111010111010000010010101111010111010000110000001111001101010100010010111 | ec9594eba095eba181e6a897 |
UHC | 암렕롁樗 | 1011111011001111100011101010101010001110110010001110111011000000 | becf8eaa8ec8eec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)