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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 竪捉贈誰 | 1001001001000111100100011010100010010001101000011001001001001110 | 924791a891a1924e |
EUC-JP | 竪捉贈誰 | 1100001110101000110000101010101011000010101000111100001110101111 | c3a8c2aac2a3c3af |
UTF-8 | 竪捉贈誰 | 111001111010101110101010111001101000110110001001111010001011010010001000111010001010101010110000 | e7abaae68d89e8b488e8aab0 |
UHC | 竪捉贈誰 | 1110001010110101111100111011010111110001111111001110001011000001 | e2b5f3b5f1fce2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)