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 | ??X???? | 00111111001111110101100000111111001111110011111100111111 | 3f3f583f3f3f3f |
SJIS-WIN | 偲悉X偲ホト執 | 1000111011000011100011101011101101011000100011101100001111001110110001001000111010110111 | 8ec38ebb588ec3cec48eb7 |
EUC-JP | 偲悉X偲ホト執 | 10111100110001011011110010111101010110001011110011000101100011101100111010001110110001001011110010111001 | bcc5bcbd58bcc58ece8ec4bcb9 |
UTF-8 | 偲悉X偲ホト執 | 11100101100000011011001011100110100000101000100101011000111001011000000110110010111011111011111010001110111011111011111010000100111001011001111110110111 | e581b2e6828958e581b2efbe8eefbe84e59fb7 |
UHC | ?悉X???執 | 001111111110001111111010010110000011111100111111001111111111001011111011 | 3fe3fa583f3f3ff2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)