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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鈔牙叙 | 111001111110001010001001111001011000111110010110 | e7e289e58f96 |
EUC-JP | 鈔牙叙 | 111011101110010010110010111001111011110111110110 | eee4b2e7bdf6 |
UTF-8 | 鈔牙叙 | 111010011000100010010100111001111000100110011001111001011000111110011001 | e98894e78999e58f99 |
UHC | ?牙? | 00111111111001001011001100111111 | 3fe4b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)