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 | ??u??~E | 00111111001111110111010100111111001111110111111001000101 | 3f3f753f3f7e45 |
SJIS-WIN | 駿侃u駿侃~E | 1000111101111000100010101010010001110101100011110111100010001010101001000111111001000101 | 8f788aa4758f788aa47e45 |
EUC-JP | 駿侃u駿侃~E | 1011110111011001101101001010011001110101101111011101100110110100101001100111111001000101 | bdd9b4a675bdd9b4a67e45 |
UTF-8 | 駿侃u駿侃~E | 111010011010011110111111111001001011111010000011011101011110100110100111101111111110010010111110100000110111111001000101 | e9a7bfe4be8375e9a7bfe4be837e45 |
UHC | 駿侃u駿侃~E | 1111000111100111110010101100100101110101111100011110011111001010110010010111111001000101 | f1e7cac975f1e7cac97e45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)