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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 薑雖}薑雖{^ | 1110010101000111111001011010101101111101111001010100011111100101101010110111101101011110 | e547e5ab7de547e5ab7b5e |
EUC-JP | 薑雖}薑雖{^ | 1110100110101000111010101010110101111101111010011010100011101010101011010111101101011110 | e9a8eaad7de9a8eaad7b5e |
UTF-8 | 薑雖}薑雖{^ | 111010001001011010010001111010011001101110010110011111011110100010010110100100011110100110011011100101100111101101011110 | e89691e99b967de89691e99b967b5e |
UHC | 薑雖}薑雖{^ | 1100101110111001111000101100110001111101110010111011100111100010110011000111101101011110 | cbb9e2cc7dcbb9e2cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)