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 | 髷懷孫雋ッ | 111010011001111010011100111001011001000110110111111010001011001010101111 | e99e9ce591b7e8b2af |
EUC-JP | 髷懷孫雋ッ | 11110001111111101101100011100111110000101011100111110000101101001000111010101111 | f1fed8e7c2b9f0b48eaf |
UTF-8 | 髷懷孫雋ッ | 111010011010101110110111111001101000011110110111111001011010110110101011111010011001101110001011111011111011110110101111 | e9abb7e687b7e5adabe99b8befbdaf |
UHC | ?懷孫雋? | 0011111111111100111000111110000111011101111100011110011000111111 | 3ffce3e1ddf1e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)