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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 辿担^ | 1001001001001000100100100101001101011110 | 924892535e |
EUC-JP | 辿担^ | 1100001110101001110000111011010001011110 | c3a9c3b45e |
UTF-8 | 辿担^ | 11101000101111101011111111100110100010111000010101011110 | e8bebfe68b855e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)