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 | 釵ウ鮖ソ豐 | 1110011111011110101100111110100110111001101111111110011010110010 | e7deb3e9b9bfe6b2 |
EUC-JP | 釵ウ鮖ソ豐 | 11101110111000001000111010110011111100101011101110001110101111111110110010110100 | eee08eb3f2bb8ebfecb4 |
UTF-8 | 釵ウ鮖ソ豐 | 111010011000011110110101111011111011110110110011111010011010111010010110111011111011110110111111111010001011000110010000 | e987b5efbdb3e9ae96efbdbfe8b190 |
UHC | 釵???? | 111100111111101100111111001111110011111100111111 | f3fb3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)