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 | ?鱧[?鱧[^ | 001111111110100111100101010110110011111111101001111001010101101101011110 | 3fe9e55b3fe9e55b5e |
EUC-JP | ?鱧[?鱧[^ | 001111111111001011100111010110110011111111110010111001110101101101011110 | 3ff2e75b3ff2e75b5e |
UTF-8 | 谧鱧[谧鱧[^ | 111010001011000010100111111010011011000110100111010110111110100010110000101001111110100110110001101001110101101101011110 | e8b0a7e9b1a75be8b0a7e9b1a75b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)