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 | 腓咲洪羃紙 | 11100100010000111000110111100111100011010101111011100011101100001000111010000110 | e4438de78d5ee3b08e86 |
EUC-JP | 腓咲洪羃紙 | 11100111101001001011101011101001101110011011111111100110101100101011101111100110 | e7a4bae9b9bfe6b2bbe6 |
UTF-8 | 腓咲洪羃紙 | 111010001000010110010011111001011001001010110010111001101011010010101010111001111011111010000011111001111011010010011001 | e88593e592b2e6b4aae7be83e7b499 |
UHC | ??洪?紙 | 00111111001111111111101111110011001111111111001010110101 | 3f3ffbf33ff2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)