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 | ??K}??K{^ | 001111110011111101001011011111010011111100111111010010110111101101011110 | 3f3f4b7d3f3f4b7b5e |
SJIS-WIN | 頤室K}頤室K{^ | 11101000111100111000111010111010010010110111110111101000111100111000111010111010010010110111101101011110 | e8f38eba4b7de8f38eba4b7b5e |
EUC-JP | 頤室K}頤室K{^ | 11110000111101011011110010111100010010110111110111110000111101011011110010111100010010110111101101011110 | f0f5bcbc4b7df0f5bcbc4b7b5e |
UTF-8 | 頤室K}頤室K{^ | 1110100110100000101001001110010110101110101001000100101101111101111010011010000010100100111001011010111010100100010010110111101101011110 | e9a0a4e5aea44b7de9a0a4e5aea44b7b5e |
UHC | ?室K}?室K{^ | 0011111111100011111110000100101101111101001111111110001111111000010010110111101101011110 | 3fe3f84b7d3fe3f84b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)