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 | 迹苓搦迯オ | 111001111001000110010111111010001001110110001110111001111000110110110101 | e79197e89d8ee78db5 |
EUC-JP | 迹苓搦迯オ | 11101101111100011100111011101010110110011110111011101101111011011000111010110101 | edf1ceead9eeeded8eb5 |
UTF-8 | 迹苓搦迯オ | 111010001011111110111001111010001000101110010011111001101001000010100110111010001011111110101111111011111011110110110101 | e8bfb9e88b93e690a6e8bfafefbdb5 |
UHC | 迹???? | 111011101110100100111111001111110011111100111111 | eee93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)