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 | ??g??N | 001111110011111101100111001111110011111101001110 | 3f3f673f3f4e |
SJIS-WIN | 偲自g偲蒔N | 10001110110000111000111010101001011001111000111011000011100011101010101001001110 | 8ec38ea9678ec38eaa4e |
EUC-JP | 偲自g偲蒔N | 10111100110001011011110010101011011001111011110011000101101111001010110001001110 | bcc5bcab67bcc5bcac4e |
UTF-8 | 偲自g偲蒔N | 1110010110000001101100101110100010000111101010100110011111100101100000011011001011101000100100101001010001001110 | e581b2e887aa67e581b2e892944e |
UHC | ?自g?蒔N | 0011111111101101101110110110011100111111111000111100100001001110 | 3fedbb673fe3c84e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)