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 | ?斑?? | 0011111110010100110000010011111100111111 | 3f94c13f3f |
EUC-JP | 熒斑?? | 10001111110010101010011111001000110000110011111100111111 | 8fcaa7c8c33f3f |
UTF-8 | 熒斑렠옜 | 111001111000011010010010111001101001011010010001111010111010000010100000111011001001100010011100 | e78692e69691eba0a0ec989c |
UHC | 熒斑렠옜 | 1111101110100111110110101110100010001110101100011011111110111111 | fba7dae88eb1bfbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)