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 | 閃詢?奔 | 10010001010011011110011001101101001111111001011001111010 | 914de66d3f967a |
EUC-JP | 閃詢?奔 | 11000001101011101110101111001110001111111100101111011011 | c1aeebce3fcbdb |
UTF-8 | 閃詢뤶奔 | 111010011001011010000011111010001010100110100010111010111010010010110110111001011010010110010100 | e99683e8a9a2eba4b6e5a594 |
UHC | 閃詢뤶奔 | 1110000011101100111000101111001110001111111001001101110111000110 | e0ece2f38fe4ddc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)