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篠ウラ | 100011101100001110001110101110110100111010001110110000101011001111010111 | 8ec38ebb4e8ec2b3d7 |
EUC-JP | 偲悉N篠ウラ | 1011110011000101101111001011110101001110101111001100010010001110101100111000111011010111 | bcc5bcbd4ebcc48eb38ed7 |
UTF-8 | 偲悉N篠ウラ | 11100101100000011011001011100110100000101000100101001110111001111010111110100000111011111011110110110011111011111011111010010111 | e581b2e682894ee7afa0efbdb3efbe97 |
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)