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 | ¾¤±¾«Î^ | 101111101010010010001110101100011011111010101011100011101100111001011110 | bea48eb1beab8ece5e |
SJIS-WIN | ???±????^ | 00111111001111110011111110000001011111010011111100111111001111110011111101011110 | 3f3f3f817d3f3f3f3f5e |
EUC-JP | ?¤?±???Î^ | 0011111110001111101000101111000000111111101000011101111000111111001111110011111110001111101010101100001001011110 | 3f8fa2f03fa1de3f3f3f8faac25e |
UTF-8 | ¾¤±¾«Î^ | 1100001010111110110000101010010011000010100011101100001010110001110000101011111011000010101010111100001010001110110000111000111001011110 | c2bec2a4c28ec2b1c2bec2abc28ec38e5e |
UHC | ¾¤?±¾???^ | 10101000111110101010001010110100001111111010000110111110101010001111101000111111001111110011111101011110 | a8faa2b43fa1bea8fa3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)