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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 銧カ晥 | 1111101111001100101101101111101011010101 | fbccb6fad5 |
EUC-JP | 銧カ? | 100011111110010010100110100011101011011000111111 | 8fe4a68eb63f |
UTF-8 | 銧カ晥 | 111010011000101010100111111011111011110110110110111001101001100110100101 | e98aa7efbdb6e699a5 |
UHC | ??晥 | 00111111001111111111110010110111 | 3f3ffcb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)