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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陲∬淘粡 | 1110100010100010100000011110100010010011100100011110001011100111 | e8a281e89391e2e7 |
EUC-JP | 陲∬淘粡 | 1111000010100100101000101110101011000101111100011110010011101001 | f0a4a2eac5f1e4e9 |
UTF-8 | 陲∬淘粡 | 111010011001100110110010111000101000100010101100111001101011011110011000111001111011001010100001 | e999b2e288ace6b798e7b2a1 |
UHC | ?∬淘? | 001111111010000111110011110101001010001100111111 | 3fa1f3d4a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)