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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 逵帷ウ「B | 11100111100111001001101111100111101100111010001001000010 | e79c9be7b3a242 |
EUC-JP | 逵帷ウ「B | 111011011111110011010110111010011000111010110011100011101010001001000010 | edfcd6e98eb38ea242 |
UTF-8 | 逵帷ウ「B | 11101001100000001011010111100101101110001011011111101111101111011011001111101111101111011010001001000010 | e980b5e5b8b7efbdb3efbda242 |
UHC | 逵???B | 110100001011000000111111001111110011111101000010 | d0b03f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)