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 | ???倚? | 001111110011111100111111100110001101111100111111 | 3f3f3f98df3f |
EUC-JP | ???倚? | 001111110011111100111111110100001110000100111111 | 3f3f3fd0e13f |
UTF-8 | 閭잛빒倚얙 | 111011111010011010000110111011001001111010011011111010111011100110010010111001011000000010011010111011001001011010011001 | efa686ec9e9bebb992e5809aec9699 |
UHC | 閭잛빒倚얙 | 11100110101011011001111111101100100101011011011011101011111011111001111001000010 | e6ad9fec95b6ebef9e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)