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 | 異?漿弄 | 10001000110110010011111110011111111101111001100001001101 | 88d93f9ff7984d |
EUC-JP | 異?漿弄 | 10110000110110110011111111011110111110011100111110101110 | b0db3fdef9cfae |
UTF-8 | 異렒漿弄 | 111001111001010110110000111010111010000010010010111001101011110010111111111001011011110010000100 | e795b0eba092e6bcbfe5bc84 |
UHC | 異렒漿弄 | 1110110010110110100011101010011111101101111011001101011011100111 | ecb68ea7edecd6e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)