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 | 灌齎}灌齎{^ | 1001111111110011111001101101100001111101100111111111001111100110110110000111101101011110 | 9ff3e6d87d9ff3e6d87b5e |
EUC-JP | 灌齎}灌齎{^ | 1101111011110101111011001101101001111101110111101111010111101100110110100111101101011110 | def5ecda7ddef5ecda7b5e |
UTF-8 | 灌齎}灌齎{^ | 111001111000000110001100111010011011110110001110011111011110011110000001100011001110100110111101100011100111101101011110 | e7818ce9bd8e7de7818ce9bd8e7b5e |
UHC | 灌齎}灌齎{^ | 1100111010110100111011101011001001111101110011101011010011101110101100100111101101011110 | ceb4eeb27dceb4eeb27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)