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?N | 00111111011001110011111101001110 | 3f673f4e |
SJIS-WIN | 辿g棚N | 100100100100100001100111100100100100100101001110 | 92486792494e |
EUC-JP | 辿g棚N | 110000111010100101100111110000111010101001001110 | c3a967c3aa4e |
UTF-8 | 辿g棚N | 1110100010111110101111110110011111100110101000111001101001001110 | e8bebf67e6a39a4e |
UHC | ?g棚N | 0011111101100111110111011101110001001110 | 3f67dddc4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)