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 | ¾³Â¾³Â^ | 101111101011001110001110110000101011111010110011100011101100001001011110 | beb38ec2beb38ec25e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ???Â???Â^ | 00111111001111110011111110001111101010101010010000111111001111110011111110001111101010101010010001011110 | 3f3f3f8faaa43f3f3f8faaa45e |
UTF-8 | ¾³Â¾³Â^ | 1100001010111110110000101011001111000010100011101100001110000010110000101011111011000010101100111100001010001110110000111000001001011110 | c2bec2b3c28ec382c2bec2b3c28ec3825e |
UHC | ¾³??¾³??^ | 10101000111110101010100111111000001111110011111110101000111110101010100111111000001111110011111101011110 | a8faa9f83f3fa8faa9f83f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)