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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 禎羲屠 | 100100101111010111100011101110101001001101101010 | 92f5e3ba936a |
EUC-JP | 禎羲屠 | 110001001111011111100110101111001100010111001011 | c4f7e6bcc5cb |
UTF-8 | 禎羲屠 | 111001111010011010001110111001111011111010110010111001011011000110100000 | e7a68ee7beb2e5b1a0 |
UHC | 禎羲屠 | 111011111110111011111101111111011101001111110101 | efeefdfdd3f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)