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 | 迹苓搦嶹ア | 111001111001000110010111111010001001110110001110111110101011010110110001 | e79197e89d8efab5b1 |
EUC-JP | 迹苓搦嶹ア | 1110110111110001110011101110101011011001111011101000111110111011111101011000111010110001 | edf1ceead9ee8fbbf58eb1 |
UTF-8 | 迹苓搦嶹ア | 111010001011111110111001111010001000101110010011111001101001000010100110111001011011011010111001111011111011110110110001 | e8bfb9e88b93e690a6e5b6b9efbdb1 |
UHC | 迹???? | 111011101110100100111111001111110011111100111111 | eee93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)