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 | 灌鮃}灌鮃{^ | 1001111111110011111010011011011101111101100111111111001111101001101101110111101101011110 | 9ff3e9b77d9ff3e9b77b5e |
EUC-JP | 灌鮃}灌鮃{^ | 1101111011110101111100101011100101111101110111101111010111110010101110010111101101011110 | def5f2b97ddef5f2b97b5e |
UTF-8 | 灌鮃}灌鮃{^ | 111001111000000110001100111010011010111010000011011111011110011110000001100011001110100110101110100000110111101101011110 | e7818ce9ae837de7818ce9ae837b5e |
UHC | 灌?}灌?{^ | 110011101011010000111111011111011100111010110100001111110111101101011110 | ceb43f7dceb43f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)