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 | ⅴ「邇」竺鋐 | 11111010010001001010001011100111100011101010001110001110101100011111101111010010 | fa44a2e78ea38eb1fbd2 |
EUC-JP | ?「邇」竺鋐 | 001111111000111010100010111011011110111010001110101000111011110010110011100011111110010010111110 | 3f8ea2edee8ea3bcb38fe4be |
UTF-8 | ⅴ「邇」竺鋐 | 111000101000010110110100111011111011110110100010111010011000001010000111111011111011110110100011111001111010101110111010111010011000101110010000 | e285b4efbda2e98287efbda3e7abbae98b90 |
UHC | ⅴ?邇?竺? | 101001011010010100111111111011001100010000111111111101011110011100111111 | a5a53fecc43ff5e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)