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 | ¼Ø¼¨~ | 1011110011011000101111001010100001111110 | bcd8bca87e |
SJIS-WIN | ???¨~ | 001111110011111100111111100000010100111001111110 | 3f3f3f814e7e |
EUC-JP | ?Ø?¨~ | 0011111110001111101010011010110000111111101000011010111101111110 | 3f8fa9ac3fa1af7e |
UTF-8 | ¼Ø¼¨~ | 110000101011110011000011100110001100001010111100110000101010100001111110 | c2bcc398c2bcc2a87e |
UHC | ¼Ø¼¨~ | 101010001111100110101000101010101010100011111001101000011010011101111110 | a8f9a8aaa8f9a1a77e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)