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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ⅴ「邇シハ | 11111010010001001010001011100111100011101011110011001010 | fa44a2e78ebcca |
EUC-JP | ?「邇シハ | 001111111000111010100010111011011110111010001110101111001000111011001010 | 3f8ea2edee8ebc8eca |
UTF-8 | ⅴ「邇シハ | 111000101000010110110100111011111011110110100010111010011000001010000111111011111011110110111100111011111011111010001010 | e285b4efbda2e98287efbdbcefbe8a |
UHC | ⅴ?邇?? | 10100101101001010011111111101100110001000011111100111111 | a5a53fecc43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)