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 | 薛?炊劾 | 11100101010011000011111110010000100001101000101001001110 | e54c3f90868a4e |
EUC-JP | 薛駹炊劾 | 111010011010110110001111111010011011010010111111111001101011001110101111 | e9ad8fe9b4bfe6b3af |
UTF-8 | 薛駹炊劾 | 111010001001011010011011111010011010011110111001111001111000001010001010111001011000101010111110 | e8969be9a7b9e7828ae58abe |
UHC | 薛?炊劾 | 11100000111000000011111111110110101001111111101010110110 | e0e03ff6a7fab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)