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 | 闡餓「ゎオ | 1110100010010001100010011110110010100010100000101110110010110101 | e89189eca282ecb5 |
EUC-JP | 闡餓「ゎオ | 11101111111100011011001011101110100011101010001010100100111011101000111010110101 | eff1b2ee8ea2a4ee8eb5 |
UTF-8 | 闡餓「ゎオ | 111010011001011110100001111010011010010010010011111011111011110110100010111000111000001010001110111011111011110110110101 | e997a1e9a493efbda2e3828eefbdb5 |
UHC | 闡餓?ゎ? | 1111010011000101111001001011101100111111101010101110111000111111 | f4c5e4bb3faaee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)