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 | 絖埼薫踝 | 1110001101001100100011011110100110001100010011111110011011110100 | e34c8de98c4fe6f4 |
EUC-JP | 絖埼薫踝 | 1110010110101101101110101110101110110111101100001110110011110110 | e5adbaebb7b0ecf6 |
UTF-8 | 絖埼薫踝 | 111001111011010110010110111001011001111110111100111010001001011010101011111010001011100010011101 | e7b596e59fbce896abe8b89d |
UHC | ?埼?? | 0011111111010000111100100011111100111111 | 3fd0f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)