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 | ú~ | 10001000111110101001010101111110 | 88fa957e |
SJIS-WIN | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
EUC-JP | ?ú?~ | 001111111000111110101011111000100011111101111110 | 3f8fabe23f7e |
UTF-8 | ú~ | 11000010100010001100001110111010110000101001010101111110 | c288c3bac2957e |
UHC | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)