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 | ¼Î¼¨y | 1011110011001110101111001010100001111001 | bccebca879 |
SJIS-WIN | ???¨y | 001111110011111100111111100000010100111001111001 | 3f3f3f814e79 |
EUC-JP | ?Î?¨y | 0011111110001111101010101100001000111111101000011010111101111001 | 3f8faac23fa1af79 |
UTF-8 | ¼Î¼¨y | 110000101011110011000011100011101100001010111100110000101010100001111001 | c2bcc38ec2bcc2a879 |
UHC | ¼?¼¨y | 1010100011111001001111111010100011111001101000011010011101111001 | a8f93fa8f9a1a779 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)