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 | ¼Þ¼¶¼ | 1011110011011110101111001011011010111100 | bcdebcb6bc |
SJIS-WIN | ???¶? | 001111110011111100111111100000011111011100111111 | 3f3f3f81f73f |
EUC-JP | ?Þ?¶? | 0011111110001111101010011011000000111111101000101111100100111111 | 3f8fa9b03fa2f93f |
UTF-8 | ¼Þ¼¶¼ | 11000010101111001100001110011110110000101011110011000010101101101100001010111100 | c2bcc39ec2bcc2b6c2bc |
UHC | ¼Þ¼¶¼ | 10101000111110011010100010101101101010001111100110100010110100101010100011111001 | a8f9a8ada8f9a2d2a8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)