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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 蜷ウム作─BF | 11100101100100001011001111010001100011011110110010000100100111110100001001000110 | e590b3d18dec849f4246 |
EUC-JP | 蜷ウム作─BF | 111010011111000010001110101100111000111011010001101110101110111010101000101000010100001001000110 | e9f08eb38ed1baeea8a14246 |
UTF-8 | 蜷ウム作─BF | 1110100010011100101101111110111110111101101100111110111110111110100100011110010010111101100111001110001010010100100000000100001001000110 | e89cb7efbdb3efbe91e4bd9ce294804246 |
UHC | ???作─BF | 001111110011111100111111111011011100001010100110101000010100001001000110 | 3f3f3fedc2a6a14246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)