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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 禺禺[禺禺[^ | 1110001001011011111000100101101101011011111000100101101111100010010110110101101101011110 | e25be25b5be25be25b5b5e |
EUC-JP | 禺禺[禺禺[^ | 1110001110111100111000111011110001011011111000111011110011100011101111000101101101011110 | e3bce3bc5be3bce3bc5b5e |
UTF-8 | 禺禺[禺禺[^ | 111001111010011010111010111001111010011010111010010110111110011110100110101110101110011110100110101110100101101101011110 | e7a6bae7a6ba5be7a6bae7a6ba5b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)