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辰 | 1001001001001000011001111001001001000011 | 9248679243 |
EUC-JP | 辿g辰 | 1100001110101001011001111100001110100100 | c3a967c3a4 |
UTF-8 | 辿g辰 | 11101000101111101011111101100111111010001011111010110000 | e8bebf67e8beb0 |
UHC | ?g辰 | 00111111011001111111001011100011 | 3f67f2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)