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 | 諤先カ敬 | 11100110100000001001000011100110101101101000110001101000 | e68090e6b68c68 |
EUC-JP | 諤先カ敬 | 1110101111100000110000001110100010001110101101101011011111001001 | ebe0c0e88eb6b7c9 |
UTF-8 | 諤先カ敬 | 111010001010101110100100111001011000010110001000111011111011110110110110111001101001010110101100 | e8aba4e58588efbdb6e695ac |
UHC | ?先?敬 | 001111111110000010111011001111111100110011010111 | 3fe0bb3fccd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)