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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 逕泥^ | 1110011110010100100100110100010001011110 | e79493445e |
EUC-JP | 逕泥^ | 1110110111110100110001011010010101011110 | edf4c5a55e |
UTF-8 | 逕泥^ | 11101001100000001001010111100110101100111010010101011110 | e98095e6b3a55e |
UHC | 逕泥^ | 1100110011101111110100101111101001011110 | ccefd2fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)