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 | テ「テ陳堋オ | 1100001110100010110000111001001011000010100110101100001010110101 | c3a2c392c29ac2b5 |
EUC-JP | テ「テ陳堋オ | 100011101100001110001110101000101000111011000011110001001100010011010100110001001000111010110101 | 8ec38ea28ec3c4c4d4c48eb5 |
UTF-8 | テ「テ陳堋オ | 111011111011111010000011111011111011110110100010111011111011111010000011111010011001100110110011111001011010000010001011111011111011110110110101 | efbe83efbda2efbe83e999b3e5a08befbdb5 |
UHC | ???陳?? | 00111111001111110011111111110010111001110011111100111111 | 3f3f3ff2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)