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 | ¾¤¡ß· | 1011111010101101100011101010010010001110101000011101111110110111 | bead8ea48ea1dfb7 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ???¤?¡ß? | 0011111100111111001111111000111110100010111100000011111110001111101000101100001010001111101010011100111000111111 | 3f3f3f8fa2f03f8fa2c28fa9ce3f |
UTF-8 | ¾¤¡ß· | 11000010101111101100001010101101110000101000111011000010101001001100001010001110110000101010000111000011100111111100001010110111 | c2bec2adc28ec2a4c28ec2a1c39fc2b7 |
UHC | ¾?¤?¡ß· | 1010100011111010101000011010100100111111101000101011010000111111101000101010111010101001101011001010000110100100 | a8faa1a93fa2b43fa2aea9aca1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)