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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 綏遵オ繼 | 1110001101010110100011111000010110000011010010011110001110001011 | e3568f858349e38b |
EUC-JP | 綏遵オ繼 | 1110010110110111101111011110010110100101101010101110010111101011 | e5b7bde5a5aae5eb |
UTF-8 | 綏遵オ繼 | 111001111011011010001111111010011000000110110101111000111000001010101010111001111011100110111100 | e7b68fe981b5e382aae7b9bc |
UHC | 綏遵オ繼 | 1110001010110111111100011110010110101011101010101100110110101001 | e2b7f1e5abaacda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)