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 | 脇栖}脇栖{^ | 1001100001100101100100001011001001111101100110000110010110010000101100100111101101011110 | 986590b27d986590b27b5e |
EUC-JP | 脇栖}脇栖{^ | 1100111111000110110000001011010001111101110011111100011011000000101101000111101101011110 | cfc6c0b47dcfc6c0b47b5e |
UTF-8 | 脇栖}脇栖{^ | 111010001000010010000111111001101010000010010110011111011110100010000100100001111110011010100000100101100111101101011110 | e88487e6a0967de88487e6a0967b5e |
UHC | 脇栖}脇栖{^ | 1111101011110111110111111111011101111101111110101111011111011111111101110111101101011110 | faf7dff77dfaf7dff77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)