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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鋺壱」晤イ | 1110011111111010100010001110101110100011100111011110101110110010 | e7fa88eba39debb2 |
EUC-JP | 鋺壱」晤イ | 11101110111111001011000011101101100011101010001111011010111011011000111010110010 | eefcb0ed8ea3daed8eb2 |
UTF-8 | 鋺壱」晤イ | 111010011000101110111010111001011010001110110001111011111011110110100011111001101001100110100100111011111011110110110010 | e98bbae5a3b1efbda3e699a4efbdb2 |
UHC | ???晤? | 001111110011111100111111111001111111101100111111 | 3f3f3fe7fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)