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 | ¾«Î¾¤±^ | 101111101010101110001110110011101011111010100100100011101011000101011110 | beab8ecebea48eb15e |
SJIS-WIN | ???????±^ | 00111111001111110011111100111111001111110011111100111111100000010111110101011110 | 3f3f3f3f3f3f3f817d5e |
EUC-JP | ???Î?¤?±^ | 0011111100111111001111111000111110101010110000100011111110001111101000101111000000111111101000011101111001011110 | 3f3f3f8faac23f8fa2f03fa1de5e |
UTF-8 | ¾«Î¾¤±^ | 1100001010111110110000101010101111000010100011101100001110001110110000101011111011000010101001001100001010001110110000101011000101011110 | c2bec2abc28ec38ec2bec2a4c28ec2b15e |
UHC | ¾???¾¤?±^ | 10101000111110100011111100111111001111111010100011111010101000101011010000111111101000011011111001011110 | a8fa3f3f3fa8faa2b43fa1be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)