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 | ¼Ø¼¨^ | 1011110011011000101111001010100001011110 | bcd8bca85e |
SJIS-WIN | ???¨^ | 001111110011111100111111100000010100111001011110 | 3f3f3f814e5e |
EUC-JP | ?Ø?¨^ | 0011111110001111101010011010110000111111101000011010111101011110 | 3f8fa9ac3fa1af5e |
UTF-8 | ¼Ø¼¨^ | 110000101011110011000011100110001100001010111100110000101010100001011110 | c2bcc398c2bcc2a85e |
UHC | ¼Ø¼¨^ | 101010001111100110101000101010101010100011111001101000011010011101011110 | a8f9a8aaa8f9a1a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)