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 | 銧カ晥瘴サ | 1111101111001100101101101111101011010101111000011000111110111011 | fbccb6fad5e18fbb |
EUC-JP | 銧カ?瘴サ | 10001111111001001010011010001110101101100011111111100001111011111000111010111011 | 8fe4a68eb63fe1ef8ebb |
UTF-8 | 銧カ晥瘴サ | 111010011000101010100111111011111011110110110110111001101001100110100101111001111001100010110100111011111011110110111011 | e98aa7efbdb6e699a5e798b4efbdbb |
UHC | ??晥?? | 001111110011111111111100101101110011111100111111 | 3f3ffcb73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)