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 | 鵝?譽?? | 11101010010000000011111111100110101000110011111100111111 | ea403fe6a33f3f |
EUC-JP | 鵝?譽?? | 11110011101000010011111111101100101001010011111100111111 | f3a13feca53f3f |
UTF-8 | 鵝냛譽김퀕 | 111010011011010110011101111010111000001110011011111010001010110110111101111010101011100110000000111011011000000010010101 | e9b59deb839be8adbdeab980ed8095 |
UHC | 鵝냛譽김퀕 | 11100100101111011000011001100111111001111110001010110001111010001011001110001010 | e4bd8667e7e2b1e8b38a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)