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 | ⅴ「邇サ執鋙 | 11111010010001001010001011100111100011101011101110001110101101111111101111010001 | fa44a2e78ebb8eb7fbd1 |
EUC-JP | ?「邇サ執鋙 | 001111111000111010100010111011011110111010001110101110111011110010111001100011111110010011000011 | 3f8ea2edee8ebbbcb98fe4c3 |
UTF-8 | ⅴ「邇サ執鋙 | 111000101000010110110100111011111011110110100010111010011000001010000111111011111011110110111011111001011001111110110111111010011000101110011001 | e285b4efbda2e98287efbdbbe59fb7e98b99 |
UHC | ⅴ?邇?執? | 101001011010010100111111111011001100010000111111111100101111101100111111 | a5a53fecc43ff2fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)