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 | 止?揖?? | 10001110011111100011111110010111010010110011111100111111 | 8e7e3f974b3f3f |
EUC-JP | 止?揖?? | 10111011110111110011111111001101101011000011111100111111 | bbdf3fcdac3f3f |
UTF-8 | 止렩揖겼누 | 111001101010110110100010111010111010000010101001111001101000111110010110111010101011001010111100111010111000100010000100 | e6ada2eba0a9e68f96eab2bceb8884 |
UHC | 止렩揖겼누 | 11110010101011011000111010110111111010111110011110110000111001011011010010101001 | f2ad8eb7ebe7b0e5b4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)