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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 齊?D齊?D^ | 111010101000111000111111010001001110101010001110001111110100010001011110 | ea8e3f44ea8e3f445e |
EUC-JP | 齊?D齊?D^ | 111100111110111000111111010001001111001111101110001111110100010001011110 | f3ee3f44f3ee3f445e |
UTF-8 | 齊렟D齊렟D^ | 111010011011110110001010111010111010000010011111010001001110100110111101100010101110101110100000100111110100010001011110 | e9bd8aeba09f44e9bd8aeba09f445e |
UHC | 齊렟D齊렟D^ | 1111000010111010100011101011000001000100111100001011101010001110101100000100010001011110 | f0ba8eb044f0ba8eb0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)