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 | ⅴ「邵ス赦 | 1111101001000100101000101110011110111000101111011000111011001101 | fa44a2e7b8bd8ecd |
EUC-JP | ?「邵ス赦 | 001111111000111010100010111011101011101010001110101111011011110011001111 | 3f8ea2eeba8ebdbccf |
UTF-8 | ⅴ「邵ス赦 | 111000101000010110110100111011111011110110100010111010011000001010110101111011111011110110111101111010001011010110100110 | e285b4efbda2e982b5efbdbde8b5a6 |
UHC | ⅴ?邵?赦 | 1010010110100101001111111110000111010000001111111101111011110101 | a5a53fe1d03fdef5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)