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?Y | 00111111011001110011111101011001 | 3f673f59 |
SJIS-WIN | 辿g達Y | 100100100100100001100111100100100100001001011001 | 924867924259 |
EUC-JP | 辿g達Y | 110000111010100101100111110000111010001101011001 | c3a967c3a359 |
UTF-8 | 辿g達Y | 1110100010111110101111110110011111101001100000011001010001011001 | e8bebf67e9819459 |
UHC | ?g達Y | 0011111101100111110100111011100101011001 | 3f67d3b959 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)