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 | ?g? | 001111110110011100111111 | 3f673f |
SJIS-WIN | 辿g但 | 1001001001001000011001111001001001000001 | 9248679241 |
EUC-JP | 辿g但 | 1100001110101001011001111100001110100010 | c3a967c3a2 |
UTF-8 | 辿g但 | 11101000101111101011111101100111111001001011110110000110 | e8bebf67e4bd86 |
UHC | ?g但 | 00111111011001111101001110100011 | 3f67d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)