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 | ??ザ絶 | 001111110011111110000011010101011001000011100010 | 3f3f835590e2 |
EUC-JP | ??ザ絶 | 001111110011111110100101101101101100000011100100 | 3f3fa5b6c0e4 |
UTF-8 | 廉뉓ザ絶 | 111011111010011010100010111010111000100110010011111000111000001010110110111001111011010110110110 | efa6a2eb8993e382b6e7b5b6 |
UHC | 廉뉓ザ絶 | 1110011011110101100001111110100010101011101101101110111110111110 | e6f587e8abb6efbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)