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 | ?楯琵 | 0011111110001111011111001001010011111010 | 3f8f7c94fa |
EUC-JP | ?楯琵 | 0011111110111101110111011100100011111100 | 3fbdddc8fc |
UTF-8 | 깰楯琵 | 111010101011100110110000111001101010010110101111111001111001000010110101 | eab9b0e6a5afe790b5 |
UHC | 깰楯琵 | 101100011111110111100010111001001101110111110101 | b1fde2e4ddf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)