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 | 竺鉸 | 111100001010111110001110101100011111101111001110 | f0af8eb1fbce |
EUC-JP | ?竺鉸 | 001111111011110010110011100011111110001111110010 | 3fbcb38fe3f2 |
UTF-8 | 竺鉸 | 111011101000000110101110111001111010101110111010111010011000100110111000 | ee81aee7abbae989b8 |
UHC | ?竺? | 00111111111101011110011100111111 | 3ff5e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)