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 | ??u | 001111110011111101110101 | 3f3f75 |
SJIS-WIN | 辿束u | 1001001001001000100100011010100101110101 | 924891a975 |
EUC-JP | 辿束u | 1100001110101001110000101010101101110101 | c3a9c2ab75 |
UTF-8 | 辿束u | 11101000101111101011111111100110100111011001111101110101 | e8bebfe69d9f75 |
UHC | ?束u | 00111111111000011101011001110101 | 3fe1d675 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)