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 | 諢壱コ「奣 | 1110011010000100100010001110101110111010101000101111101010100011 | e68488ebbaa2faa3 |
EUC-JP | 諢壱コ「奣 | 1110101111100100101100001110110110001110101110101000111010100010100011111011100011111100 | ebe4b0ed8eba8ea28fb8fc |
UTF-8 | 諢壱コ「奣 | 111010001010101110100010111001011010001110110001111011111011110110111010111011111011110110100010111001011010010110100011 | e8aba2e5a3b1efbdbaefbda2e5a5a3 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)