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 | 操?斟? | 100100011000000000111111100111011100111000111111 | 91803f9dce3f |
EUC-JP | 操?斟? | 110000011110000000111111110110101101000000111111 | c1e03fdad03f |
UTF-8 | 操셈斟렣 | 111001101001001110001101111011001000010110001000111001101001011010011111111010111010000010100011 | e6938dec8588e6969feba0a3 |
UHC | 操셈斟렣 | 1111000011000011101111001100000011110010111110001000111010110100 | f0c3bcc0f2f88eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)