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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 睾睾^ | 111000011100111011110000101111111110000111001110111101101010010001011110 | e1cef0bfe1cef6a45e |
EUC-JP | 睾?睾?^ | 11100010110100000011111111100010110100000011111101011110 | e2d03fe2d03f5e |
UTF-8 | 睾睾^ | 11100111100111011011111011101110100000011011111011100111100111011011111011101110100100111000101101011110 | e79dbeee81bee79dbeee938b5e |
UHC | 睾?睾?^ | 11001101110000100011111111001101110000100011111101011110 | cdc23fcdc23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)