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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 屑?屑?B | 10001011111110110011111110001011111110110011111101000010 | 8bfb3f8bfb3f42 |
EUC-JP | 屑侁屑侁B | 1011011011111101100011111011000011111100101101101111110110001111101100001111110001000010 | b6fd8fb0fcb6fd8fb0fc42 |
UTF-8 | 屑侁屑侁B | 11100101101100011001000111100100101111101000000111100101101100011001000111100100101111101000000101000010 | e5b191e4be81e5b191e4be8142 |
UHC | 屑侁屑侁B | 111000001101101011100011111000001110000011011010111000111110000001000010 | e0dae3e0e0dae3e042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)