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??? | 001111110011111101001110001111110011111100111111 | 3f3f4e3f3f3f |
SJIS-WIN | 偲悉N篠、ト | 100011101100001110001110101110110100111010001110110000101010010011000100 | 8ec38ebb4e8ec2a4c4 |
EUC-JP | 偲悉N篠、ト | 1011110011000101101111001011110101001110101111001100010010001110101001001000111011000100 | bcc5bcbd4ebcc48ea48ec4 |
UTF-8 | 偲悉N篠、ト | 11100101100000011011001011100110100000101000100101001110111001111010111110100000111011111011110110100100111011111011111010000100 | e581b2e682894ee7afa0efbda4efbe84 |
UHC | ?悉N篠?? | 0011111111100011111110100100111011100001110001100011111100111111 | 3fe3fa4ee1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)