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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 偲、ナ耳篠悉 | 10001110110000111010010011000101100011101010100010001110110000101000111010111011 | 8ec3a4c58ea88ec28ebb |
EUC-JP | 偲、ナ耳篠悉 | 101111001100010110001110101001001000111011000101101111001010101010111100110001001011110010111101 | bcc58ea48ec5bcaabcc4bcbd |
UTF-8 | 偲、ナ耳篠悉 | 111001011000000110110010111011111011110110100100111011111011111010000101111010001000000010110011111001111010111110100000111001101000001010001001 | e581b2efbda4efbe85e880b3e7afa0e68289 |
UHC | ???耳篠悉 | 001111110011111100111111111011001011110011100001110001101110001111111010 | 3f3f3fecbce1c6e3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)