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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 辿測賊^ | 10010010010010001001000110101010100100011010111101011110 | 924891aa91af5e |
EUC-JP | 辿測賊^ | 11000011101010011100001010101100110000101011000101011110 | c3a9c2acc2b15e |
UTF-8 | 辿測賊^ | 11101000101111101011111111100110101110001010110011101000101100111000101001011110 | e8bebfe6b8ace8b38a5e |
UHC | ?測賊^ | 001111111111011010110100111011101110010001011110 | 3ff6b4eee45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)