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 | 1001001010111000100010101010010001110101100100101011100010001010101001000111111001000101 | 92b88aa47592b88aa47e45 |
EUC-JP | 頂侃u頂侃~E | 1100010010111010101101001010011001110101110001001011101010110100101001100111111001000101 | c4bab4a675c4bab4a67e45 |
UTF-8 | 頂侃u頂侃~E | 111010011010000010000010111001001011111010000011011101011110100110100000100000101110010010111110100000110111111001000101 | e9a082e4be8375e9a082e4be837e45 |
UHC | 頂侃u頂侃~E | 1111000010100010110010101100100101110101111100001010001011001010110010010111111001000101 | f0a2cac975f0a2cac97e45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)