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 | ¼Û¼×\ | 1011110011011011101111001101011101011100 | bcdbbcd75c |
SJIS-WIN | ???×\ | 001111110011111100111111100000010111111001011100 | 3f3f3f817e5c |
EUC-JP | ?Û?×\ | 0011111110001111101010101110010100111111101000011101111101011100 | 3f8faae53fa1df5c |
UTF-8 | ¼Û¼×\ | 110000101011110011000011100110111100001010111100110000111001011101011100 | c2bcc39bc2bcc3975c |
UHC | ¼?¼×\ | 1010100011111001001111111010100011111001101000011011111101011100 | a8f93fa8f9a1bf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)