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 | ??r | 001111110011111101110010 | 3f3f72 |
SJIS-WIN | 濵」r | 11111011010011011010001101110010 | fb4da372 |
EUC-JP | 濵」r | 100011111100100110100110100011101010001101110010 | 8fc9a68ea372 |
UTF-8 | 濵」r | 11100110101111111011010111101111101111011010001101110010 | e6bfb5efbda372 |
UHC | ??r | 001111110011111101110010 | 3f3f72 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)