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 | ¼Ø¼¨P | 1011110011011000101111001010100001010000 | bcd8bca850 |
SJIS-WIN | ???¨P | 001111110011111100111111100000010100111001010000 | 3f3f3f814e50 |
EUC-JP | ?Ø?¨P | 0011111110001111101010011010110000111111101000011010111101010000 | 3f8fa9ac3fa1af50 |
UTF-8 | ¼Ø¼¨P | 110000101011110011000011100110001100001010111100110000101010100001010000 | c2bcc398c2bcc2a850 |
UHC | ¼Ø¼¨P | 101010001111100110101000101010101010100011111001101000011010011101010000 | a8f9a8aaa8f9a1a750 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)