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??F | 0011111101100111001111110011111101000110 | 3f673f3f46 |
SJIS-WIN | 辿g叩村F | 1001001001001000011001111001001001000000100100011011101001000110 | 924867924091ba46 |
EUC-JP | 辿g叩村F | 1100001110101001011001111100001110100001110000101011110001000110 | c3a967c3a1c2bc46 |
UTF-8 | 辿g叩村F | 1110100010111110101111110110011111100101100011111010100111100110100111011001000101000110 | e8bebf67e58fa9e69d9146 |
UHC | ?g叩村F | 00111111011001111100110110110000111101011011110101000110 | 3f67cdb0f5bd46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)