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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驥ソ螟貫 | 11101001100001111011111111100101101001001000101011010001 | e987bfe5a48ad1 |
EUC-JP | 驥ソ螟貫 | 1111000111100111100011101011111111101010101001101011010011010011 | f1e78ebfeaa6b4d3 |
UTF-8 | 驥ソ螟貫 | 111010011010100110100101111011111011110110111111111010001001111010011111111010001011001010101011 | e9a9a5efbdbfe89e9fe8b2ab |
UHC | 驥?螟貫 | 11010001110010100011111111011001101011011100111010111011 | d1ca3fd9adcebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)