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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 隰ィ蜈堤何^ | 11101000101011001010100011100101100001011001001011100111100010011011110101011110 | e8aca8e58592e789bd5e |
EUC-JP | 隰ィ蜈堤何^ | 1111000010101110100011101010100011101001111001011100010011101001101100101011111101011110 | f0ae8ea8e9e5c4e9b2bf5e |
UTF-8 | 隰ィ蜈堤何^ | 11101001100110101011000011101111101111011010100011101000100111001000100011100101101000001010010011100100101111011001010101011110 | e99ab0efbda8e89c88e5a0a4e4bd955e |
UHC | ??蜈堤何^ | 001111110011111111101000101001011111000010100111111110011011110001011110 | 3f3fe8a5f0a7f9bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)