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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 銧セョ鉸 | 1111101111001100101111101111000010100100101011101111101111001110 | fbccbef0a4aefbce |
EUC-JP | 銧セ?ョ鉸 | 1000111111100100101001101000111010111110001111111000111010101110100011111110001111110010 | 8fe4a68ebe3f8eae8fe3f2 |
UTF-8 | 銧セョ鉸 | 111010011000101010100111111011111011110110111110111011101000000110100011111011111011110110101110111010011000100110111000 | e98aa7efbdbeee81a3efbdaee989b8 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)