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 | ¾«Î¡ | 1011111010101011100011101100111010001110101000011000111010101101 | beab8ece8ea18ead |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ???Î?¡?? | 001111110011111100111111100011111010101011000010001111111000111110100010110000100011111100111111 | 3f3f3f8faac23f8fa2c23f3f |
UTF-8 | ¾«Î¡ | 11000010101111101100001010101011110000101000111011000011100011101100001010001110110000101010000111000010100011101100001010101101 | c2bec2abc28ec38ec28ec2a1c28ec2ad |
UHC | ¾????¡? | 1010100011111010001111110011111100111111001111111010001010101110001111111010000110101001 | a8fa3f3f3f3fa2ae3fa1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)