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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???壯汾 | 00111111001111110011111110011010111000011001111110010000 | 3f3f3f9ae19f90 |
EUC-JP | ???壯汾 | 00111111001111110011111111010100111000111101110111110000 | 3f3f3fd4e3ddf0 |
UTF-8 | 吏흣웝壯汾 | 111011111010011110011110111011011001110110100011111011001001101110011101111001011010001110101111111001101011000110111110 | efa79eed9da3ec9b9de5a3afe6b1be |
UHC | 吏흣웝壯汾 | 11101100101001111100100011101110101111111111101111101101111000001101110111001100 | eca7c8eebffbede0ddcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)