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 | 沮℡┃檍 | 1001111110011100100001111000010010000100101010111001111011111000 | 9f9c878484ab9ef8 |
EUC-JP | 沮?┃檍 | 11011101111111000011111110101000101011011101110011111010 | ddfc3fa8addcfa |
UTF-8 | 沮℡┃檍 | 111001101011001010101110111000101000010010100001111000101001010010000011111001101010101010001101 | e6b2aee284a1e29483e6aa8d |
UHC | 沮℡┃檍 | 1110111011000001101000101110010110100110101011011110010111100101 | eec1a2e5a6ade5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)