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 | ??κ?? | 001111110011111110000011110010000011111100111111 | 3f3f83c83f3f |
EUC-JP | ??κ?? | 001111110011111110100110110010100011111100111111 | 3f3fa6ca3f3f |
UTF-8 | 뤶읊κ凉㎬ | 1110101110100100101101101110110010011101100010101100111010111010111011111010010110111001111000111000111010101100 | eba4b6ec9d8acebaefa5b9e38eac |
UHC | 뤶읊κ凉㎬ | 10001111111001001100000010111100101001011110101011100101101111001010011111101000 | 8fe4c0bca5eae5bca7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)