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 | ⅴ「邇」竺魲 | 11111010010001001010001011100111100011101010001110001110101100011111110001000010 | fa44a2e78ea38eb1fc42 |
EUC-JP | ?「邇」竺? | 00111111100011101010001011101101111011101000111010100011101111001011001100111111 | 3f8ea2edee8ea3bcb33f |
UTF-8 | ⅴ「邇」竺魲 | 111000101000010110110100111011111011110110100010111010011000001010000111111011111011110110100011111001111010101110111010111010011010110110110010 | e285b4efbda2e98287efbda3e7abbae9adb2 |
UHC | ⅴ?邇?竺? | 101001011010010100111111111011001100010000111111111101011110011100111111 | a5a53fecc43ff5e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)