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 | 驪怜ョ埼ウァ | 111010011000101110010111111001011010111010001101111010011011001110100111 | e98b97e5ae8de9b3a7 |
EUC-JP | 驪怜ョ埼ウァ | 111100011110101111001110111001111000111010101110101110101110101110001110101100111000111010100111 | f1ebcee78eaebaeb8eb38ea7 |
UTF-8 | 驪怜ョ埼ウァ | 111010011010100110101010111001101000000010011100111011111011110110101110111001011001111110111100111011111011110110110011111011111011110110100111 | e9a9aae6809cefbdaee59fbcefbdb3efbda7 |
UHC | 驪怜?埼?? | 110101011111000111010110101110110011111111010000111100100011111100111111 | d5f1d6bb3fd0f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)