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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迹苓搦嶸 | 1110011110010001100101111110100010011101100011101111101010110100 | e79197e89d8efab4 |
EUC-JP | 迹苓搦嶸 | 111011011111000111001110111010101101100111101110100011111011101111110100 | edf1ceead9ee8fbbf4 |
UTF-8 | 迹苓搦嶸 | 111010001011111110111001111010001000101110010011111001101001000010100110111001011011011010111000 | e8bfb9e88b93e690a6e5b6b8 |
UHC | 迹??嶸 | 111011101110100100111111001111111110011110101110 | eee93f3fe7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)