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 | ?????N | 001111110011111100111111001111110011111101001110 | 3f3f3f3f3f4e |
SJIS-WIN | 篠ムア偲蒔N | 100011101100001011010001101100011000111011000011100011101010101001001110 | 8ec2d1b18ec38eaa4e |
EUC-JP | 篠ムア偲蒔N | 1011110011000100100011101101000110001110101100011011110011000101101111001010110001001110 | bcc48ed18eb1bcc5bcac4e |
UTF-8 | 篠ムア偲蒔N | 11100111101011111010000011101111101111101001000111101111101111011011000111100101100000011011001011101000100100101001010001001110 | e7afa0efbe91efbdb1e581b2e892944e |
UHC | 篠???蒔N | 1110000111000110001111110011111100111111111000111100100001001110 | e1c63f3f3fe3c84e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)