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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隴ス諷穂 | 11101000101011011011110111100110100001011001010111100100 | e8adbde68595e4 |
EUC-JP | 隴ス諷穂 | 1111000010101111100011101011110111101011111001011100101011100110 | f0af8ebdebe5cae6 |
UTF-8 | 隴ス諷穂 | 111010011001101010110100111011111011110110111101111010001010101110110111111001111010100110000010 | e99ab4efbdbde8abb7e7a982 |
UHC | ??諷? | 0011111100111111111110011010010000111111 | 3f3ff9a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)