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 | 宍雖}宍雖{^ | 1000111010110011111001011010101101111101100011101011001111100101101010110111101101011110 | 8eb3e5ab7d8eb3e5ab7b5e |
EUC-JP | 宍雖}宍雖{^ | 1011110010110101111010101010110101111101101111001011010111101010101011010111101101011110 | bcb5eaad7dbcb5eaad7b5e |
UTF-8 | 宍雖}宍雖{^ | 111001011010111010001101111010011001101110010110011111011110010110101110100011011110100110011011100101100111101101011110 | e5ae8de99b967de5ae8de99b967b5e |
UHC | ?雖}?雖{^ | 001111111110001011001100011111010011111111100010110011000111101101011110 | 3fe2cc7d3fe2cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)