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 | 豈縄セ。寀 | 1110011010101111100100111110101010111110101000011111101010100111 | e6af93eabea1faa7 |
EUC-JP | 豈縄セ。寀 | 1110110010110001110001101110110010001110101111101000111010100001100011111011101011011011 | ecb1c6ec8ebe8ea18fbadb |
UTF-8 | 豈縄セ。寀 | 111010001011000110001000111001111011100010000100111011111011110110111110111011111011110110100001111001011010111110000000 | e8b188e7b884efbdbeefbda1e5af80 |
UHC | 豈???寀 | 11010001110000100011111100111111001111111111001111110010 | d1c23f3f3ff3f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)