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? | 0011111100111111001111110100101100111111 | 3f3f3f4b3f |
SJIS-WIN | ??〓K? | 001111110011111110000001101011000100101100111111 | 3f3f81ac4b3f |
EUC-JP | ??〓K? | 001111110011111110100010101011100100101100111111 | 3f3fa2ae4b3f |
UTF-8 | 룶엌〓K룶 | 11101011101000111011011011101100100101111000110011100011100000001001001101001011111010111010001110110110 | eba3b6ec978ce380934beba3b6 |
UHC | 룶엌〓K룶 | 100011111010101110111110111111011010000111101011010010111000111110101011 | 8fabbefda1eb4b8fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)