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 | 貍巴[貍巴[^ | 1110011010111100100101000110001001011011111001101011110010010100011000100101101101011110 | e6bc94625be6bc94625b5e |
EUC-JP | 貍巴[貍巴[^ | 1110110010111110110001111100001101011011111011001011111011000111110000110101101101011110 | ecbec7c35becbec7c35b5e |
UTF-8 | 貍巴[貍巴[^ | 111010001011001010001101111001011011011110110100010110111110100010110010100011011110010110110111101101000101101101011110 | e8b28de5b7b45be8b28de5b7b45b5e |
UHC | ?巴[?巴[^ | 001111111111011111101001010110110011111111110111111010010101101101011110 | 3ff7e95b3ff7e95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)