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 | ¼×¼¯¼¼ | 101111001101011110111100101011111011110010111100 | bcd7bcafbcbc |
SJIS-WIN | ?×???? | 00111111100000010111111000111111001111110011111100111111 | 3f817e3f3f3f3f |
EUC-JP | ?×?¯?? | 001111111010000111011111001111111000111110100010101101000011111100111111 | 3fa1df3f8fa2b43f3f |
UTF-8 | ¼×¼¯¼¼ | 110000101011110011000011100101111100001010111100110000101010111111000010101111001100001010111100 | c2bcc397c2bcc2afc2bcc2bc |
UHC | ¼×¼?¼¼ | 1010100011111001101000011011111110101000111110010011111110101000111110011010100011111001 | a8f9a1bfa8f93fa8f9a8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)